#D0ECAF

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

Shades of Reef #D0ECAF

Tints of Reef #D0ECAF

Color information

#D0ECAF (or 0xD0ECAF) is unknown color: approx Reef. HEX triplet: D0, EC and AF. RGB value is (208,236,175). Sum of RGB (Red+Green+Blue) = 208+236+175=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ECAF is #2F1350. Grayscale: #DCDCDC. Windows color (decimal): -3085137 or 11529424. OLE color: 11529424.

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

Color convert

RGB208236175-
CMYK0.1200.260.07
HSL87.54º61.62%80.59%-
HSV(B)87.54º25.85%92.55%-
XYZ63.7576.551.96-
YUV220.67102.22118.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=33.60%
G=38.13%
B=28.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082361750.1200.260.0787.5461.6280.59
HexD0ECAFC01A7583e51
Octal32035425714032713076121
Binary110100001110110010101111110001101011110110001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECAF; }

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

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

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

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

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

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

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

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