#D0ECA8

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

Shades of Reef #D0ECA8

Tints of Reef #D0ECA8

Color information

#D0ECA8 (or 0xD0ECA8) is unknown color: approx Reef. HEX triplet: D0, EC and A8. RGB value is (208,236,168). Sum of RGB (Red+Green+Blue) = 208+236+168=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ECA8 is #2F1357. Grayscale: #DCDCDC. Windows color (decimal): -3085144 or 11070672. OLE color: 11070672.

HSL color Cylindrical-coordinate representation of color #D0ECA8: hue angle of 84.71º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0ECA8 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB208236168-
CMYK0.1200.290.07
HSL84.71º64.15%79.22%-
HSV(B)84.71º28.81%92.55%-
XYZ63.0876.2348.43-
YUV219.8898.72119.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 168 (66.02% from 255) = 27.45%
R=33.99%
G=38.56%
B=27.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082361680.1200.290.0784.7164.1579.22
HexD0ECA8C01D755404f
Octal320354250140357125100117
Binary1101000011101100101010001100011101111101010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECA8; }

 p { color: rgb(208,236,168); }

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

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

 a { background-color: rgb(208,236,168); }

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

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

 span { border-color: rgb(208,236,168); }

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