#D4D9CC

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

Shades of Gin #D4D9CC

Tints of Gin #D4D9CC

Color information

#D4D9CC (or 0xD4D9CC) is unknown color: approx Gin. HEX triplet: D4, D9 and CC. RGB value is (212,217,204). Sum of RGB (Red+Green+Blue) = 212+217+204=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9CC is #2B2633. Grayscale: #D6D6D6. Windows color (decimal): -2827828 or 13425108. OLE color: 13425108.

HSL color Cylindrical-coordinate representation of color #D4D9CC: hue angle of 83.08º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4D9CC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB212217204-
CMYK0.0200.060.15
HSL83.08º14.61%82.55%-
HSV(B)83.08º5.99%85.1%-
XYZ62.8667.9866.94-
YUV214.02122.34126.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=33.49%
G=34.28%
B=32.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122172040.0200.060.1583.0814.6182.55
HexD4D9CC206F53f53
Octal3243313142061712317123
Binary1101010011011001110011001001101111101001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D9CC; }

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

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

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

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

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

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

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

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