#D8DCCC

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

Shades of Gin #D8DCCC

Tints of Gin #D8DCCC

Color information

#D8DCCC (or 0xD8DCCC) is unknown color: approx Gin. HEX triplet: D8, DC and CC. RGB value is (216,220,204). Sum of RGB (Red+Green+Blue) = 216+220+204=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCCC is #272333. Grayscale: #D9D9D9. Windows color (decimal): -2564916 or 13425880. OLE color: 13425880.

HSL color Cylindrical-coordinate representation of color #D8DCCC: hue angle of 75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DCCC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB216220204-
CMYK0.0200.070.14
HSL75º18.6%83.14%-
HSV(B)75º7.27%86.27%-
XYZ64.8170.1467.25-
YUV216.98120.67127.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=33.75%
G=34.38%
B=31.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162202040.0200.070.147518.683.14
HexD8DCCC207E4b1353
Octal3303343142071611323123
Binary11011000110111001100110010011111101001011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCCC; }

 p { color: rgb(216,220,204); }

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

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

 a { background-color: rgb(216,220,204); }

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

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

 span { border-color: rgb(216,220,204); }

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