Shades of Gin #D5DBCB
Tints of Gin #D5DBCB
RGB
CMYK
RGB Variations
Color information
#D5DBCB (or 0xD5DBCB) is known color: Gin. HEX triplet: D5, DB and CB. RGB value is (213,219,203). Sum of RGB (Red+Green+Blue) = 213+219+203=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCB is #2A2434. Grayscale: #D7D7D7. Windows color (decimal): -2761781 or 13360085. OLE color: 13360085.
HSL color Cylindrical-coordinate representation of color #D5DBCB: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DBCB is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 219 | 203 | - |
CMYK | 0.03 | 0 | 0.07 | 0.14 |
HSL | 82.5º | 0.18% | 0.83% | - |
HSV(B) | 82.5º | 0.07% | 0.86% | - |
XYZ | 63.55 | 69.12 | 66.49 | - |
YUV | 215.38 | 121.01 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 203 | 0.03 | 0 | 0.07 | 0.14 | 82.5 | 0.18 | 0.83 |
Hex | D5 | DB | CB | 3 | 0 | 7 | E | 52 | 12 | 53 |
Octal | 325 | 333 | 313 | 3 | 0 | 7 | 16 | 122 | 22 | 123 |
Binary | 11010101 | 11011011 | 11001011 | 11 | 0 | 111 | 1110 | 1010010 | 10010 | 1010011 |
Color Harmonies of #D5DBCB
Complementary color
Monochromatic Colors of #D5DBCB
Black with #D5DBCB
Text Example
Text Example
White with #D5DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBCB; }
p { color: rgb(213,219,203); }
H1.HeaderClassName
{
color: #D5DBCB;
}
.AnyTagClassName
{
color: #D5DBCB;
}
</style>
background-color css
<style>
a { background-color: #D5DBCB; }
a { background-color: rgb(213,219,203); }
div.DivClassName
{
background-color: #D5DBCB;
}
.BgClassName
{
background-color: #D5DBCB;
}
</style>
border-color css
<style>
span { border-color: #D5DBCB; }
span { border-color: rgb(213,219,203); }
td.TdClassName
{
border-color: #D5DBCB;
}
.TagClassName
{
border-color: #D5DBCB;
}
</style>