#D0EAA2

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

Shades of Reef #D0EAA2

Tints of Reef #D0EAA2

Color information

#D0EAA2 (or 0xD0EAA2) is unknown color: approx Reef. HEX triplet: D0, EA and A2. RGB value is (208,234,162). Sum of RGB (Red+Green+Blue) = 208+234+162=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EAA2 is #2F155D. Grayscale: #DADADA. Windows color (decimal): -3085662 or 10676944. OLE color: 10676944.

HSL color Cylindrical-coordinate representation of color #D0EAA2: hue angle of 81.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0EAA2 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB208234162-
CMYK0.1100.310.08
HSL81.67º63.16%77.65%-
HSV(B)81.67º30.77%91.76%-
XYZ61.9674.8645.37-
YUV218.0296.39120.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 162 (63.67% from 255) = 26.82%
R=34.44%
G=38.74%
B=26.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082341620.1100.310.0881.6763.1677.65
HexD0EAA2B01F8523f4e
Octal320352242130371012277116
Binary1101000011101010101000101011011111100010100101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EAA2; }

 p { color: rgb(208,234,162); }

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

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

 a { background-color: rgb(208,234,162); }

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

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

 span { border-color: rgb(208,234,162); }

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