#DEFEAE

Color #DEFEAE Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DEFEAE

Tints of Reef #DEFEAE

Color information

#DEFEAE (or 0xDEFEAE) is unknown color: approx Reef. HEX triplet: DE, FE and AE. RGB value is (222,254,174). Sum of RGB (Red+Green+Blue) = 222+254+174=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAE is #210151. Grayscale: #EBEBEB. Windows color (decimal): -2163026 or 11468510. OLE color: 11468510.

HSL color Cylindrical-coordinate representation of color #DEFEAE: hue angle of 84º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEFEAE is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB222254174-
CMYK0.1300.310.00
HSL84º97.56%83.92%-
HSV(B)84º31.5%99.61%-
XYZ73.2189.4753.46-
YUV235.3193.4118.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=34.15%
G=39.08%
B=26.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541740.1300.310.008497.5683.92
HexDEFEAED01F0546254
Octal336376256150370124142124
Binary11011110111111101010111011010111110101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEAE; }

 p { color: rgb(222,254,174); }

 H1.HeaderClassName
 {
   color: #DEFEAE;
 }
 .AnyTagClassName
 {
   color: #DEFEAE;
 }
</style>
background-color css

<style>
 a { background-color: #DEFEAE; }

 a { background-color: rgb(222,254,174); }

 div.DivClassName
 {
   background-color: #DEFEAE;
 }
 .BgClassName
 {
   background-color: #DEFEAE;
 }
</style>
border-color css

<style>
 span { border-color: #DEFEAE; }

 span { border-color: rgb(222,254,174); }

 td.TdClassName
 {
   border-color: #DEFEAE;
 }
 .TagClassName
 {
   border-color: #DEFEAE;
 }
</style>