Shades of Gin #D5D9CF
Tints of Gin #D5D9CF
RGB
CMYK
RGB Variations
Color information
#D5D9CF (or 0xD5D9CF) is known color: Gin. HEX triplet: D5, D9 and CF. RGB value is (213,217,207). Sum of RGB (Red+Green+Blue) = 213+217+207=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9CF is #2A2630. Grayscale: #D6D6D6. Windows color (decimal): -2762289 or 13621717. OLE color: 13621717.
HSL color Cylindrical-coordinate representation of color #D5D9CF: hue angle of 84º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D9CF is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 217 | 207 | - |
CMYK | 0.02 | 0 | 0.05 | 0.15 |
HSL | 84º | 0.12% | 0.83% | - |
HSV(B) | 84º | 0.05% | 0.85% | - |
XYZ | 63.52 | 68.28 | 68.86 | - |
YUV | 214.66 | 123.67 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 217 | 207 | 0.02 | 0 | 0.05 | 0.15 | 84 | 0.12 | 0.83 |
Hex | D5 | D9 | CF | 2 | 0 | 5 | F | 54 | C | 53 |
Octal | 325 | 331 | 317 | 2 | 0 | 5 | 17 | 124 | 14 | 123 |
Binary | 11010101 | 11011001 | 11001111 | 10 | 0 | 101 | 1111 | 1010100 | 1100 | 1010011 |
Color Harmonies of #D5D9CF
Complementary color
Monochromatic Colors of #D5D9CF
Black with #D5D9CF
Text Example
Text Example
White with #D5D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9CF; }
p { color: rgb(213,217,207); }
H1.HeaderClassName
{
color: #D5D9CF;
}
.AnyTagClassName
{
color: #D5D9CF;
}
</style>
background-color css
<style>
a { background-color: #D5D9CF; }
a { background-color: rgb(213,217,207); }
div.DivClassName
{
background-color: #D5D9CF;
}
.BgClassName
{
background-color: #D5D9CF;
}
</style>
border-color css
<style>
span { border-color: #D5D9CF; }
span { border-color: rgb(213,217,207); }
td.TdClassName
{
border-color: #D5D9CF;
}
.TagClassName
{
border-color: #D5D9CF;
}
</style>