#D8E0CC

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

Shades of Gin #D8E0CC

Tints of Gin #D8E0CC

Color information

#D8E0CC (or 0xD8E0CC) is unknown color: approx Gin. HEX triplet: D8, E0 and CC. RGB value is (216,224,204). Sum of RGB (Red+Green+Blue) = 216+224+204=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0CC is #271F33. Grayscale: #DBDBDB. Windows color (decimal): -2563892 or 13426904. OLE color: 13426904.

HSL color Cylindrical-coordinate representation of color #D8E0CC: hue angle of 84º degrees, saturation: 0.24, 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 #D8E0CC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB216224204-
CMYK0.0400.090.12
HSL84º24.39%83.92%-
HSV(B)84º8.93%87.84%-
XYZ65.8772.2767.6-
YUV219.33119.35125.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=33.54%
G=34.78%
B=31.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162242040.0400.090.128424.3983.92
HexD8E0CC409C541854
Octal33034031440111412430124
Binary1101100011100000110011001000100111001010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E0CC; }

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

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

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

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

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

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

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

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