#D8E1CB

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

Shades of Gin #D8E1CB

Tints of Gin #D8E1CB

Color information

#D8E1CB (or 0xD8E1CB) is unknown color: approx Gin. HEX triplet: D8, E1 and CB. RGB value is (216,225,203). Sum of RGB (Red+Green+Blue) = 216+225+203=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1CB is #271E34. Grayscale: #DBDBDB. Windows color (decimal): -2563637 or 13361624. OLE color: 13361624.

HSL color Cylindrical-coordinate representation of color #D8E1CB: hue angle of 84.55º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8E1CB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB216225203-
CMYK0.0400.100.12
HSL84.55º26.83%83.92%-
HSV(B)84.55º9.78%88.24%-
XYZ66.0272.7667.06-
YUV219.8118.52125.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=33.54%
G=34.94%
B=31.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162252030.0400.100.1284.5526.8383.92
HexD8E1CB40AC551b54
Octal33034131340121412533124
Binary1101100011100001110010111000101011001010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E1CB; }

 p { color: rgb(216,225,203); }

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

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

 a { background-color: rgb(216,225,203); }

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

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

 span { border-color: rgb(216,225,203); }

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