#D9ECB0

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

Shades of Reef #D9ECB0

Tints of Reef #D9ECB0

Color information

#D9ECB0 (or 0xD9ECB0) is unknown color: approx Reef. HEX triplet: D9, EC and B0. RGB value is (217,236,176). Sum of RGB (Red+Green+Blue) = 217+236+176=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9ECB0 is #26134F. Grayscale: #DFDFDF. Windows color (decimal): -2495312 or 11594969. OLE color: 11594969.

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

Color convert

RGB217236176-
CMYK0.0800.250.07
HSL79º61.22%80.78%-
HSV(B)79º25.42%92.55%-
XYZ66.4577.8852.6-
YUV223.48101.21123.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 176 (69.14% from 255) = 27.98%
R=34.50%
G=37.52%
B=27.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172361760.0800.250.077961.2280.78
HexD9ECB0801974f3d51
Octal33135426010031711775121
Binary110110011110110010110000100001100111110011111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECB0; }

 p { color: rgb(217,236,176); }

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

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

 a { background-color: rgb(217,236,176); }

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

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

 span { border-color: rgb(217,236,176); }

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