#DAF2AE

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

Shades of Reef #DAF2AE

Tints of Reef #DAF2AE

Color information

#DAF2AE (or 0xDAF2AE) is unknown color: approx Reef. HEX triplet: DA, F2 and AE. RGB value is (218,242,174). Sum of RGB (Red+Green+Blue) = 218+242+174=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF2AE is #250D51. Grayscale: #E3E3E3. Windows color (decimal): -2428242 or 11465434. OLE color: 11465434.

HSL color Cylindrical-coordinate representation of color #DAF2AE: hue angle of 81.18º 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 #DAF2AE is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB218242174-
CMYK0.1000.280.05
HSL81.18º72.34%81.57%-
HSV(B)81.18º28.1%94.9%-
XYZ68.3181.4752.17-
YUV227.0798.05121.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=34.38%
G=38.17%
B=27.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421740.1000.280.0581.1872.3481.57
HexDAF2AEA01C5514852
Octal332362256120345121110122
Binary1101101011110010101011101010011100101101000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2AE; }

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

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

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

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

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

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

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

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