#D8DFC9

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

Shades of Gin #D8DFC9

Tints of Gin #D8DFC9

Color information

#D8DFC9 (or 0xD8DFC9) is unknown color: approx Gin. HEX triplet: D8, DF and C9. RGB value is (216,223,201). Sum of RGB (Red+Green+Blue) = 216+223+201=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFC9 is #272036. Grayscale: #DADADA. Windows color (decimal): -2564151 or 13230040. OLE color: 13230040.

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

Color convert

RGB216223201-
CMYK0.0300.100.13
HSL79.09º25.58%83.14%-
HSV(B)79.09º9.87%87.45%-
XYZ65.2571.5965.64-
YUV218.4118.18126.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=33.75%
G=34.84%
B=31.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162232010.0300.100.1379.0925.5883.14
HexD8DFC930AD4f1a53
Octal33033731130121511732123
Binary110110001101111111001001110101011011001111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFC9; }

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

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

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

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

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

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

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

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