#D8DECF

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

Shades of Gin #D8DECF

Tints of Gin #D8DECF

Color information

#D8DECF (or 0xD8DECF) is unknown color: approx Gin. HEX triplet: D8, DE and CF. RGB value is (216,222,207). Sum of RGB (Red+Green+Blue) = 216+222+207=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DECF is #272130. Grayscale: #DADADA. Windows color (decimal): -2564401 or 13623000. OLE color: 13623000.

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

Color convert

RGB216222207-
CMYK0.0300.070.13
HSL84º18.52%84.12%-
HSV(B)84º6.76%87.06%-
XYZ65.771.3569.34-
YUV218.5121.51126.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=33.49%
G=34.42%
B=32.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162222070.0300.070.138418.5284.12
HexD8DECF307D541354
Octal3303363173071512423124
Binary11011000110111101100111111011111011010100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DECF; }

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

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

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

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

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

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

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

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