#D9E0CF

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

Shades of Gin #D9E0CF

Tints of Gin #D9E0CF

Color information

#D9E0CF (or 0xD9E0CF) is unknown color: approx Gin. HEX triplet: D9, E0 and CF. RGB value is (217,224,207). Sum of RGB (Red+Green+Blue) = 217+224+207=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0CF is #261F30. Grayscale: #DCDCDC. Windows color (decimal): -2498353 or 13623513. OLE color: 13623513.

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

Color convert

RGB217224207-
CMYK0.0300.080.12
HSL84.71º21.52%84.51%-
HSV(B)84.71º7.59%87.84%-
XYZ66.5372.5769.53-
YUV219.97120.68125.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.49%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 207 (81.25% from 255) = 31.94%
R=33.49%
G=34.57%
B=31.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172242070.0300.080.1284.7121.5284.51
HexD9E0CF308C551655
Octal33134031730101412526125
Binary110110011110000011001111110100011001010101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0CF; }

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

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

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

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

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

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

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

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