#D8DFCB

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

Shades of Gin #D8DFCB

Tints of Gin #D8DFCB

Color information

#D8DFCB (or 0xD8DFCB) is unknown color: approx Gin. HEX triplet: D8, DF and CB. RGB value is (216,223,203). Sum of RGB (Red+Green+Blue) = 216+223+203=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFCB is #272034. Grayscale: #DADADA. Windows color (decimal): -2564149 or 13361112. OLE color: 13361112.

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

Color convert

RGB216223203-
CMYK0.0300.090.13
HSL81º23.81%83.53%-
HSV(B)81º8.97%87.45%-
XYZ65.4971.6966.89-
YUV218.63119.18126.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.64%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=33.64%
G=34.74%
B=31.62%

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
Decimal2162232030.0300.090.138123.8183.53
HexD8DFCB309D511854
Octal33033731330111512130124
Binary110110001101111111001011110100111011010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFCB; }

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

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

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

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

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

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

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

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