#D2ECAB

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

Shades of Reef #D2ECAB

Tints of Reef #D2ECAB

Color information

#D2ECAB (or 0xD2ECAB) is unknown color: approx Reef. HEX triplet: D2, EC and AB. RGB value is (210,236,171). Sum of RGB (Red+Green+Blue) = 210+236+171=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECAB is #2D1354. Grayscale: #DDDDDD. Windows color (decimal): -2954069 or 11267282. OLE color: 11267282.

HSL color Cylindrical-coordinate representation of color #D2ECAB: hue angle of 84º 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 #D2ECAB is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB210236171-
CMYK0.1100.280.07
HSL84º63.11%79.8%-
HSV(B)84º27.54%92.55%-
XYZ63.9276.6349.95-
YUV220.8299.89120.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 236 (92.58% from 255) = 38.25%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=34.04%
G=38.25%
B=27.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102361710.1100.280.078463.1179.8
HexD2ECABB01C7543f50
Octal32235425313034712477120
Binary110100101110110010101011101101110011110101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECAB; }

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

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

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

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

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

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

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

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