#D0EAA4

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

Shades of Reef #D0EAA4

Tints of Reef #D0EAA4

Color information

#D0EAA4 (or 0xD0EAA4) is unknown color: approx Reef. HEX triplet: D0, EA and A4. RGB value is (208,234,164). Sum of RGB (Red+Green+Blue) = 208+234+164=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EAA4 is #2F155B. Grayscale: #DADADA. Windows color (decimal): -3085660 or 10808016. OLE color: 10808016.

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

Color convert

RGB208234164-
CMYK0.1100.300.08
HSL82.29º62.5%78.04%-
HSV(B)82.29º29.91%91.76%-
XYZ62.1474.9446.31-
YUV218.2597.39120.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=34.32%
G=38.61%
B=27.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082341640.1100.300.0882.2962.578.04
HexD0EAA4B01E8523e4e
Octal320352244130361012276116
Binary1101000011101010101001001011011110100010100101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EAA4; }

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

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

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

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

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

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

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

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