Shades of Gin #DBE3D0
Tints of Gin #DBE3D0
RGB
CMYK
RGB Variations
Color information
#DBE3D0 (or 0xDBE3D0) is known color: Gin. HEX triplet: DB, E3 and D0. RGB value is (219,227,208). Sum of RGB (Red+Green+Blue) = 219+227+208=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3D0 is #241C2F. Grayscale: #DEDEDE. Windows color (decimal): -2366512 or 13689819. OLE color: 13689819.
HSL color Cylindrical-coordinate representation of color #DBE3D0: hue angle of 85.26º 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 #DBE3D0 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 227 | 208 | - |
CMYK | 0.04 | 0 | 0.08 | 0.11 |
HSL | 85.26º | 0.25% | 0.85% | - |
HSV(B) | 85.26º | 0.08% | 0.89% | - |
XYZ | 68.07 | 74.55 | 70.48 | - |
YUV | 222.44 | 119.85 | 125.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 227 | 208 | 0.04 | 0 | 0.08 | 0.11 | 85.26 | 0.25 | 0.85 |
Hex | DB | E3 | D0 | 4 | 0 | 8 | B | 55 | 19 | 55 |
Octal | 333 | 343 | 320 | 4 | 0 | 10 | 13 | 125 | 31 | 125 |
Binary | 11011011 | 11100011 | 11010000 | 100 | 0 | 1000 | 1011 | 1010101 | 11001 | 1010101 |
Color Harmonies of #DBE3D0
Complementary color
Monochromatic Colors of #DBE3D0
Black with #DBE3D0
Text Example
Text Example
White with #DBE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3D0; }
p { color: rgb(219,227,208); }
H1.HeaderClassName
{
color: #DBE3D0;
}
.AnyTagClassName
{
color: #DBE3D0;
}
</style>
background-color css
<style>
a { background-color: #DBE3D0; }
a { background-color: rgb(219,227,208); }
div.DivClassName
{
background-color: #DBE3D0;
}
.BgClassName
{
background-color: #DBE3D0;
}
</style>
border-color css
<style>
span { border-color: #DBE3D0; }
span { border-color: rgb(219,227,208); }
td.TdClassName
{
border-color: #DBE3D0;
}
.TagClassName
{
border-color: #DBE3D0;
}
</style>