#DEF2AE

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

Shades of Reef #DEF2AE

Tints of Reef #DEF2AE

Color information

#DEF2AE (or 0xDEF2AE) is unknown color: approx Reef. HEX triplet: DE, F2 and AE. RGB value is (222,242,174). Sum of RGB (Red+Green+Blue) = 222+242+174=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2AE is #210D51. Grayscale: #E4E4E4. Windows color (decimal): -2166098 or 11465438. OLE color: 11465438.

HSL color Cylindrical-coordinate representation of color #DEF2AE: hue angle of 77.65º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEF2AE is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB222242174-
CMYK0.0800.280.05
HSL77.65º72.34%81.57%-
HSV(B)77.65º28.1%94.9%-
XYZ69.5282.0952.23-
YUV228.2797.37123.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=34.80%
G=37.93%
B=27.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421740.0800.280.0577.6572.3481.57
HexDEF2AE801C54e4852
Octal336362256100345116110122
Binary1101111011110010101011101000011100101100111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2AE; }

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

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

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

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

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

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

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

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