#D9E0CB

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

Shades of Gin #D9E0CB

Tints of Gin #D9E0CB

Color information

#D9E0CB (or 0xD9E0CB) is unknown color: approx Gin. HEX triplet: D9, E0 and CB. RGB value is (217,224,203). Sum of RGB (Red+Green+Blue) = 217+224+203=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0CB is #261F34. Grayscale: #DBDBDB. Windows color (decimal): -2498357 or 13361369. OLE color: 13361369.

HSL color Cylindrical-coordinate representation of color #D9E0CB: hue angle of 80º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9E0CB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB217224203-
CMYK0.0300.090.12
HSL80º25.3%83.73%-
HSV(B)80º9.38%87.84%-
XYZ66.0572.3766.99-
YUV219.51118.68126.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=33.70%
G=34.78%
B=31.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172242030.0300.090.128025.383.73
HexD9E0CB309C501954
Octal33134031330111412031124
Binary110110011110000011001011110100111001010000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0CB; }

 p { color: rgb(217,224,203); }

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

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

 a { background-color: rgb(217,224,203); }

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

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

 span { border-color: rgb(217,224,203); }

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