#D6ECB6

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

Shades of Reef #D6ECB6

Tints of Reef #D6ECB6

Color information

#D6ECB6 (or 0xD6ECB6) is unknown color: approx Reef. HEX triplet: D6, EC and B6. RGB value is (214,236,182). Sum of RGB (Red+Green+Blue) = 214+236+182=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 182 (71.48% from 255 or 28.80% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECB6 is #291349. Grayscale: #DFDFDF. Windows color (decimal): -2691914 or 11988182. OLE color: 11988182.

HSL color Cylindrical-coordinate representation of color #D6ECB6: hue angle of 84.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6ECB6 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB214236182-
CMYK0.0900.230.07
HSL84.44º58.7%81.96%-
HSV(B)84.44º22.88%92.55%-
XYZ66.1777.6655.76-
YUV223.27104.71121.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.86%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 182 (71.48% from 255) = 28.80%
R=33.86%
G=37.34%
B=28.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142361820.0900.230.0784.4458.781.96
HexD6ECB690177543b52
Octal32635426611027712473122
Binary110101101110110010110110100101011111110101001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECB6; }

 p { color: rgb(214,236,182); }

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

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

 a { background-color: rgb(214,236,182); }

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

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

 span { border-color: rgb(214,236,182); }

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