#D7DDCA

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

Shades of Gin #D7DDCA

Tints of Gin #D7DDCA

Color information

#D7DDCA (or 0xD7DDCA) is unknown color: approx Gin. HEX triplet: D7, DD and CA. RGB value is (215,221,202). Sum of RGB (Red+Green+Blue) = 215+221+202=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDCA is #282235. Grayscale: #D9D9D9. Windows color (decimal): -2630198 or 13295063. OLE color: 13295063.

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

Color convert

RGB215221202-
CMYK0.0300.090.13
HSL78.95º21.84%82.94%-
HSV(B)78.95º8.6%86.67%-
XYZ64.5470.4266.07-
YUV217.04119.51126.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=33.70%
G=34.64%
B=31.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152212020.0300.090.1378.9521.8482.94
HexD7DDCA309D4f1653
Octal32733531230111511726123
Binary110101111101110111001010110100111011001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDCA; }

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

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

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

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

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

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

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

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