#D6ECB5

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

Shades of Reef #D6ECB5

Tints of Reef #D6ECB5

Color information

#D6ECB5 (or 0xD6ECB5) is unknown color: approx Reef. HEX triplet: D6, EC and B5. RGB value is (214,236,181). Sum of RGB (Red+Green+Blue) = 214+236+181=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECB5 is #29134A. Grayscale: #DFDFDF. Windows color (decimal): -2691915 or 11922646. OLE color: 11922646.

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

Color convert

RGB214236181-
CMYK0.0900.230.07
HSL84º59.14%81.76%-
HSV(B)84º23.31%92.55%-
XYZ66.0777.6255.22-
YUV223.15104.21121.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 181 (71.09% from 255) = 28.68%
R=33.91%
G=37.40%
B=28.68%

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
Decimal2142361810.0900.230.078459.1481.76
HexD6ECB590177543b52
Octal32635426511027712473122
Binary110101101110110010110101100101011111110101001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECB5; }

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

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

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

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

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

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

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

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