#DAEFA8

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

Shades of Reef #DAEFA8

Tints of Reef #DAEFA8

Color information

#DAEFA8 (or 0xDAEFA8) is unknown color: approx Reef. HEX triplet: DA, EF and A8. RGB value is (218,239,168). Sum of RGB (Red+Green+Blue) = 218+239+168=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEFA8 is #251057. Grayscale: #E0E0E0. Windows color (decimal): -2429016 or 11071450. OLE color: 11071450.

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

Color convert

RGB218239168-
CMYK0.0900.300.06
HSL77.75º68.93%79.8%-
HSV(B)77.75º29.71%93.73%-
XYZ66.8579.4748.86-
YUV224.6396.04123.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 239 (93.75% from 255) = 38.24%
BLUE value IS 168 (66.02% from 255) = 26.88%
R=34.88%
G=38.24%
B=26.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391680.0900.300.0677.7568.9379.8
HexDAEFA8901E64e4550
Octal332357250110366116105120
Binary1101101011101111101010001001011110110100111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFA8; }

 p { color: rgb(218,239,168); }

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

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

 a { background-color: rgb(218,239,168); }

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

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

 span { border-color: rgb(218,239,168); }

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