#D6DFC9

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

Shades of Gin #D6DFC9

Tints of Gin #D6DFC9

Color information

#D6DFC9 (or 0xD6DFC9) is unknown color: approx Gin. HEX triplet: D6, DF and C9. RGB value is (214,223,201). Sum of RGB (Red+Green+Blue) = 214+223+201=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFC9 is #292036. Grayscale: #D9D9D9. Windows color (decimal): -2695223 or 13230038. OLE color: 13230038.

HSL color Cylindrical-coordinate representation of color #D6DFC9: hue angle of 84.55º 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 #D6DFC9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB214223201-
CMYK0.0400.100.13
HSL84.55º25.58%83.14%-
HSV(B)84.55º9.87%87.45%-
XYZ64.6671.2965.61-
YUV217.8118.52125.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 201 (78.91% from 255) = 31.50%
R=33.54%
G=34.95%
B=31.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142232010.0400.100.1384.5525.5883.14
HexD6DFC940AD551a53
Octal32633731140121512532123
Binary1101011011011111110010011000101011011010101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFC9; }

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

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

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

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

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

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

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

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