Shades of Gin #DBE4CC
Tints of Gin #DBE4CC
RGB
CMYK
RGB Variations
Color information
#DBE4CC (or 0xDBE4CC) is known color: Gin. HEX triplet: DB, E4 and CC. RGB value is (219,228,204). Sum of RGB (Red+Green+Blue) = 219+228+204=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4CC is #241B33. Grayscale: #DEDEDE. Windows color (decimal): -2366260 or 13427931. OLE color: 13427931.
HSL color Cylindrical-coordinate representation of color #DBE4CC: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE4CC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 228 | 204 | - |
CMYK | 0.04 | 0 | 0.11 | 0.11 |
HSL | 82.5º | 0.31% | 0.85% | - |
HSV(B) | 82.5º | 0.11% | 0.89% | - |
XYZ | 67.86 | 74.91 | 68.01 | - |
YUV | 222.57 | 117.52 | 125.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 204 | 0.04 | 0 | 0.11 | 0.11 | 82.5 | 0.31 | 0.85 |
Hex | DB | E4 | CC | 4 | 0 | B | B | 52 | 1F | 55 |
Octal | 333 | 344 | 314 | 4 | 0 | 13 | 13 | 122 | 37 | 125 |
Binary | 11011011 | 11100100 | 11001100 | 100 | 0 | 1011 | 1011 | 1010010 | 11111 | 1010101 |
Color Harmonies of #DBE4CC
Complementary color
Monochromatic Colors of #DBE4CC
Black with #DBE4CC
Text Example
Text Example
White with #DBE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4CC; }
p { color: rgb(219,228,204); }
H1.HeaderClassName
{
color: #DBE4CC;
}
.AnyTagClassName
{
color: #DBE4CC;
}
</style>
background-color css
<style>
a { background-color: #DBE4CC; }
a { background-color: rgb(219,228,204); }
div.DivClassName
{
background-color: #DBE4CC;
}
.BgClassName
{
background-color: #DBE4CC;
}
</style>
border-color css
<style>
span { border-color: #DBE4CC; }
span { border-color: rgb(219,228,204); }
td.TdClassName
{
border-color: #DBE4CC;
}
.TagClassName
{
border-color: #DBE4CC;
}
</style>