#D9E3CC

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

Shades of Gin #D9E3CC

Tints of Gin #D9E3CC

Color information

#D9E3CC (or 0xD9E3CC) is unknown color: approx Gin. HEX triplet: D9, E3 and CC. RGB value is (217,227,204). Sum of RGB (Red+Green+Blue) = 217+227+204=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3CC is #261C33. Grayscale: #DDDDDD. Windows color (decimal): -2497588 or 13427673. OLE color: 13427673.

HSL color Cylindrical-coordinate representation of color #D9E3CC: hue angle of 86.09º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E3CC is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB217227204-
CMYK0.0400.100.11
HSL86.09º29.11%84.51%-
HSV(B)86.09º10.13%89.02%-
XYZ66.9874.0567.89-
YUV221.39118.19124.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.49%
GREEN value IS 227 (89.06% from 255) = 35.03%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=33.49%
G=35.03%
B=31.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172272040.0400.100.1186.0929.1184.51
HexD9E3CC40AB561d55
Octal33134331440121312635125
Binary1101100111100011110011001000101010111010110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E3CC; }

 p { color: rgb(217,227,204); }

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

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

 a { background-color: rgb(217,227,204); }

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

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

 span { border-color: rgb(217,227,204); }

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