Shades of Gin #D5DACB
Tints of Gin #D5DACB
RGB
CMYK
RGB Variations
Color information
#D5DACB (or 0xD5DACB) is known color: Gin. HEX triplet: D5, DA and CB. RGB value is (213,218,203). Sum of RGB (Red+Green+Blue) = 213+218+203=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DACB is #2A2534. Grayscale: #D6D6D6. Windows color (decimal): -2762037 or 13359829. OLE color: 13359829.
HSL color Cylindrical-coordinate representation of color #D5DACB: hue angle of 80º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DACB is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 218 | 203 | - |
CMYK | 0.02 | 0 | 0.07 | 0.15 |
HSL | 80º | 0.17% | 0.83% | - |
HSV(B) | 80º | 0.07% | 0.85% | - |
XYZ | 63.29 | 68.6 | 66.41 | - |
YUV | 214.8 | 121.34 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 203 | 0.02 | 0 | 0.07 | 0.15 | 80 | 0.17 | 0.83 |
Hex | D5 | DA | CB | 2 | 0 | 7 | F | 50 | 11 | 53 |
Octal | 325 | 332 | 313 | 2 | 0 | 7 | 17 | 120 | 21 | 123 |
Binary | 11010101 | 11011010 | 11001011 | 10 | 0 | 111 | 1111 | 1010000 | 10001 | 1010011 |
Color Harmonies of #D5DACB
Complementary color
Monochromatic Colors of #D5DACB
Black with #D5DACB
Text Example
Text Example
White with #D5DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DACB; }
p { color: rgb(213,218,203); }
H1.HeaderClassName
{
color: #D5DACB;
}
.AnyTagClassName
{
color: #D5DACB;
}
</style>
background-color css
<style>
a { background-color: #D5DACB; }
a { background-color: rgb(213,218,203); }
div.DivClassName
{
background-color: #D5DACB;
}
.BgClassName
{
background-color: #D5DACB;
}
</style>
border-color css
<style>
span { border-color: #D5DACB; }
span { border-color: rgb(213,218,203); }
td.TdClassName
{
border-color: #D5DACB;
}
.TagClassName
{
border-color: #D5DACB;
}
</style>