#DAF0AE

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

Shades of Reef #DAF0AE

Tints of Reef #DAF0AE

Color information

#DAF0AE (or 0xDAF0AE) is unknown color: approx Reef. HEX triplet: DA, F0 and AE. RGB value is (218,240,174). Sum of RGB (Red+Green+Blue) = 218+240+174=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF0AE is #250F51. Grayscale: #E2E2E2. Windows color (decimal): -2428754 or 11464922. OLE color: 11464922.

HSL color Cylindrical-coordinate representation of color #DAF0AE: hue angle of 80º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAF0AE is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB218240174-
CMYK0.0900.280.06
HSL80º68.75%81.18%-
HSV(B)80º27.5%94.12%-
XYZ67.7180.2851.97-
YUV225.998.71122.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=34.49%
G=37.97%
B=27.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401740.0900.280.068068.7581.18
HexDAF0AE901C6504551
Octal332360256110346120105121
Binary1101101011110000101011101001011100110101000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0AE; }

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

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

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

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

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

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

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

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