#DAED8E

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

Shades of Reef #DAED8E

Tints of Reef #DAED8E

Color information

#DAED8E (or 0xDAED8E) is unknown color: approx Reef. HEX triplet: DA, ED and 8E. RGB value is (218,237,142). Sum of RGB (Red+Green+Blue) = 218+237+142=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED8E is #251271. Grayscale: #DCDCDC. Windows color (decimal): -2429554 or 9367002. OLE color: 9367002.

HSL color Cylindrical-coordinate representation of color #DAED8E: hue angle of 72º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAED8E is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB218237142-
CMYK0.0800.400.07
HSL72º72.52%74.31%-
HSV(B)72º40.08%92.94%-
XYZ64.0877.4337.16-
YUV220.4983.71126.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 142 (55.86% from 255) = 23.79%
R=36.52%
G=39.70%
B=23.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371420.0800.400.077272.5274.31
HexDAED8E8028748494a
Octal332355216100507110111112
Binary11011010111011011000111010000101000111100100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED8E; }

 p { color: rgb(218,237,142); }

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

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

 a { background-color: rgb(218,237,142); }

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

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

 span { border-color: rgb(218,237,142); }

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