#D0ECAB

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

Shades of Reef #D0ECAB

Tints of Reef #D0ECAB

Color information

#D0ECAB (or 0xD0ECAB) is unknown color: approx Reef. HEX triplet: D0, EC and AB. RGB value is (208,236,171). Sum of RGB (Red+Green+Blue) = 208+236+171=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ECAB is #2F1354. Grayscale: #DCDCDC. Windows color (decimal): -3085141 or 11267280. OLE color: 11267280.

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

Color convert

RGB208236171-
CMYK0.1200.280.07
HSL85.85º63.11%79.8%-
HSV(B)85.85º27.54%92.55%-
XYZ63.3676.3449.92-
YUV220.22100.22119.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 171 (67.19% from 255) = 27.80%
R=33.82%
G=38.37%
B=27.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082361710.1200.280.0785.8563.1179.8
HexD0ECABC01C7563f50
Octal32035425314034712677120
Binary110100001110110010101011110001110011110101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECAB; }

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

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

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

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

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

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

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

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