Shades of Gin #D5DBCA
Tints of Gin #D5DBCA
RGB
CMYK
RGB Variations
Color information
#D5DBCA (or 0xD5DBCA) is known color: Gin. HEX triplet: D5, DB and CA. RGB value is (213,219,202). Sum of RGB (Red+Green+Blue) = 213+219+202=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCA is #2A2435. Grayscale: #D7D7D7. Windows color (decimal): -2761782 or 13294549. OLE color: 13294549.
HSL color Cylindrical-coordinate representation of color #D5DBCA: hue angle of 81.18º 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 #D5DBCA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 202 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.14 |
| HSL | 81.18º | 0.19% | 0.83% | - |
| HSV(B) | 81.18º | 0.08% | 0.86% | - |
| XYZ | 63.43 | 69.07 | 65.87 | - |
| YUV | 215.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 202 | 0.03 | 0 | 0.08 | 0.14 | 81.18 | 0.19 | 0.83 |
| Hex | D5 | DB | CA | 3 | 0 | 8 | E | 51 | 13 | 53 |
| Octal | 325 | 333 | 312 | 3 | 0 | 10 | 16 | 121 | 23 | 123 |
| Binary | 11010101 | 11011011 | 11001010 | 11 | 0 | 1000 | 1110 | 1010001 | 10011 | 1010011 |
Color Harmonies of #D5DBCA
Complementary color
Monochromatic Colors of #D5DBCA
Black with #D5DBCA
Text Example
Text Example
White with #D5DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBCA; }
p { color: rgb(213,219,202); }
H1.HeaderClassName
{
color: #D5DBCA;
}
.AnyTagClassName
{
color: #D5DBCA;
}
</style>
background-color css
<style>
a { background-color: #D5DBCA; }
a { background-color: rgb(213,219,202); }
div.DivClassName
{
background-color: #D5DBCA;
}
.BgClassName
{
background-color: #D5DBCA;
}
</style>
border-color css
<style>
span { border-color: #D5DBCA; }
span { border-color: rgb(213,219,202); }
td.TdClassName
{
border-color: #D5DBCA;
}
.TagClassName
{
border-color: #D5DBCA;
}
</style>