#D9DFC7

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

Shades of Gin #D9DFC7

Tints of Gin #D9DFC7

Color information

#D9DFC7 (or 0xD9DFC7) is unknown color: approx Gin. HEX triplet: D9, DF and C7. RGB value is (217,223,199). Sum of RGB (Red+Green+Blue) = 217+223+199=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFC7 is #262038. Grayscale: #DADADA. Windows color (decimal): -2498617 or 13098969. OLE color: 13098969.

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

Color convert

RGB217223199-
CMYK0.0300.110.13
HSL75º27.27%82.75%-
HSV(B)75º10.76%87.45%-
XYZ65.3171.6564.42-
YUV218.47117.01126.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=33.96%
G=34.90%
B=31.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231990.0300.110.137527.2782.75
HexD9DFC730BD4b1b53
Octal33133730730131511333123
Binary110110011101111111000111110101111011001011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFC7; }

 p { color: rgb(217,223,199); }

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

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

 a { background-color: rgb(217,223,199); }

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

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

 span { border-color: rgb(217,223,199); }

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