#D7DDCE

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

Shades of Gin #D7DDCE

Tints of Gin #D7DDCE

Color information

#D7DDCE (or 0xD7DDCE) is unknown color: approx Gin. HEX triplet: D7, DD and CE. RGB value is (215,221,206). Sum of RGB (Red+Green+Blue) = 215+221+206=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDCE is #282231. Grayscale: #D9D9D9. Windows color (decimal): -2630194 or 13557207. OLE color: 13557207.

HSL color Cylindrical-coordinate representation of color #D7DDCE: hue angle of 84º degrees, saturation: 0.18, 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 #D7DDCE is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB215221206-
CMYK0.0300.070.13
HSL84º18.07%83.73%-
HSV(B)84º6.79%86.67%-
XYZ65.0270.6268.6-
YUV217.5121.51126.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.49%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 206 (80.86% 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
Decimal2152212060.0300.070.138418.0783.73
HexD7DDCE307D541254
Octal3273353163071512422124
Binary11010111110111011100111011011111011010100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDCE; }

 p { color: rgb(215,221,206); }

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

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

 a { background-color: rgb(215,221,206); }

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

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

 span { border-color: rgb(215,221,206); }

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