Shades of Gin #DBE2CF
Tints of Gin #DBE2CF
RGB
CMYK
RGB Variations
Color information
#DBE2CF (or 0xDBE2CF) is known color: Gin. HEX triplet: DB, E2 and CF. RGB value is (219,226,207). Sum of RGB (Red+Green+Blue) = 219+226+207=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2CF is #241D30. Grayscale: #DDDDDD. Windows color (decimal): -2366769 or 13624027. OLE color: 13624027.
HSL color Cylindrical-coordinate representation of color #DBE2CF: hue angle of 82.11º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE2CF is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 226 | 207 | - |
CMYK | 0.03 | 0 | 0.08 | 0.11 |
HSL | 82.11º | 0.25% | 0.85% | - |
HSV(B) | 82.11º | 0.08% | 0.89% | - |
XYZ | 67.67 | 73.96 | 69.74 | - |
YUV | 221.74 | 119.68 | 126.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 207 | 0.03 | 0 | 0.08 | 0.11 | 82.11 | 0.25 | 0.85 |
Hex | DB | E2 | CF | 3 | 0 | 8 | B | 52 | 19 | 55 |
Octal | 333 | 342 | 317 | 3 | 0 | 10 | 13 | 122 | 31 | 125 |
Binary | 11011011 | 11100010 | 11001111 | 11 | 0 | 1000 | 1011 | 1010010 | 11001 | 1010101 |
Color Harmonies of #DBE2CF
Complementary color
Monochromatic Colors of #DBE2CF
Black with #DBE2CF
Text Example
Text Example
White with #DBE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2CF; }
p { color: rgb(219,226,207); }
H1.HeaderClassName
{
color: #DBE2CF;
}
.AnyTagClassName
{
color: #DBE2CF;
}
</style>
background-color css
<style>
a { background-color: #DBE2CF; }
a { background-color: rgb(219,226,207); }
div.DivClassName
{
background-color: #DBE2CF;
}
.BgClassName
{
background-color: #DBE2CF;
}
</style>
border-color css
<style>
span { border-color: #DBE2CF; }
span { border-color: rgb(219,226,207); }
td.TdClassName
{
border-color: #DBE2CF;
}
.TagClassName
{
border-color: #DBE2CF;
}
</style>