#D8DECB

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

Shades of Gin #D8DECB

Tints of Gin #D8DECB

Color information

#D8DECB (or 0xD8DECB) is unknown color: approx Gin. HEX triplet: D8, DE and CB. RGB value is (216,222,203). Sum of RGB (Red+Green+Blue) = 216+222+203=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DECB is #272134. Grayscale: #DADADA. Windows color (decimal): -2564405 or 13360856. OLE color: 13360856.

HSL color Cylindrical-coordinate representation of color #D8DECB: hue angle of 78.95º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8DECB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB216222203-
CMYK0.0300.090.13
HSL78.95º22.35%83.33%-
HSV(B)78.95º8.56%87.06%-
XYZ65.2271.1566.8-
YUV218.04119.51126.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=33.70%
G=34.63%
B=31.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162222030.0300.090.1378.9522.3583.33
HexD8DECB309D4f1653
Octal33033631330111511726123
Binary110110001101111011001011110100111011001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DECB; }

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

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

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

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

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

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

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

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