Shades of Gin #D7DBCA
Tints of Gin #D7DBCA
RGB
CMYK
RGB Variations
Color information
#D7DBCA (or 0xD7DBCA) is known color: Gin. HEX triplet: D7, DB and CA. RGB value is (215,219,202). Sum of RGB (Red+Green+Blue) = 215+219+202=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBCA is #282435. Grayscale: #D7D7D7. Windows color (decimal): -2630710 or 13294551. OLE color: 13294551.
HSL color Cylindrical-coordinate representation of color #D7DBCA: hue angle of 74.12º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7DBCA is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 219 | 202 | - |
CMYK | 0.02 | 0 | 0.08 | 0.14 |
HSL | 74.12º | 0.19% | 0.83% | - |
HSV(B) | 74.12º | 0.08% | 0.86% | - |
XYZ | 64.02 | 69.37 | 65.89 | - |
YUV | 215.87 | 120.17 | 127.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 219 | 202 | 0.02 | 0 | 0.08 | 0.14 | 74.12 | 0.19 | 0.83 |
Hex | D7 | DB | CA | 2 | 0 | 8 | E | 4A | 13 | 53 |
Octal | 327 | 333 | 312 | 2 | 0 | 10 | 16 | 112 | 23 | 123 |
Binary | 11010111 | 11011011 | 11001010 | 10 | 0 | 1000 | 1110 | 1001010 | 10011 | 1010011 |
Color Harmonies of #D7DBCA
Complementary color
Monochromatic Colors of #D7DBCA
Black with #D7DBCA
Text Example
Text Example
White with #D7DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBCA; }
p { color: rgb(215,219,202); }
H1.HeaderClassName
{
color: #D7DBCA;
}
.AnyTagClassName
{
color: #D7DBCA;
}
</style>
background-color css
<style>
a { background-color: #D7DBCA; }
a { background-color: rgb(215,219,202); }
div.DivClassName
{
background-color: #D7DBCA;
}
.BgClassName
{
background-color: #D7DBCA;
}
</style>
border-color css
<style>
span { border-color: #D7DBCA; }
span { border-color: rgb(215,219,202); }
td.TdClassName
{
border-color: #D7DBCA;
}
.TagClassName
{
border-color: #D7DBCA;
}
</style>