#D6ECB3

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

Shades of Reef #D6ECB3

Tints of Reef #D6ECB3

Color information

#D6ECB3 (or 0xD6ECB3) is unknown color: approx Reef. HEX triplet: D6, EC and B3. RGB value is (214,236,179). Sum of RGB (Red+Green+Blue) = 214+236+179=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 179 (70.31% from 255 or 28.46% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECB3 is #29134C. Grayscale: #DFDFDF. Windows color (decimal): -2691917 or 11791574. OLE color: 11791574.

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

Color convert

RGB214236179-
CMYK0.0900.240.07
HSL83.16º60%81.37%-
HSV(B)83.16º24.15%92.55%-
XYZ65.8677.5454.14-
YUV222.92103.21121.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 179 (70.31% from 255) = 28.46%
R=34.02%
G=37.52%
B=28.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142361790.0900.240.0783.166081.37
HexD6ECB390187533c51
Octal32635426311030712374121
Binary110101101110110010110011100101100011110100111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECB3; }

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

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

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

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

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

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

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

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