Shades of Solitude #DBE9FC
Tints of Solitude #DBE9FC
RGB
CMYK
RGB Variations
Color information
#DBE9FC (or 0xDBE9FC) is known color: Solitude. HEX triplet: DB, E9 and FC. RGB value is (219,233,252). Sum of RGB (Red+Green+Blue) = 219+233+252=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9FC is #241603. Grayscale: #E6E6E6. Windows color (decimal): -2364932 or 16574939. OLE color: 16574939.
HSL color Cylindrical-coordinate representation of color #DBE9FC: hue angle of 214.55º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE9FC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 233 | 252 | - |
CMYK | 0.13 | 0.08 | 0 | 0.01 |
HSL | 214.55º | 0.85% | 0.92% | - |
HSV(B) | 214.55º | 0.13% | 0.99% | - |
XYZ | 75.92 | 80.37 | 103.61 | - |
YUV | 230.98 | 139.86 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 252 | 0.13 | 0.08 | 0 | 0.01 | 214.55 | 0.85 | 0.92 |
Hex | DB | E9 | FC | D | 8 | 0 | 1 | D7 | 55 | 5C |
Octal | 333 | 351 | 374 | 15 | 10 | 0 | 1 | 327 | 125 | 134 |
Binary | 11011011 | 11101001 | 11111100 | 1101 | 1000 | 0 | 1 | 11010111 | 1010101 | 1011100 |
Color Harmonies of #DBE9FC
Complementary color
Monochromatic Colors of #DBE9FC
Black with #DBE9FC
Text Example
Text Example
White with #DBE9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9FC; }
p { color: rgb(219,233,252); }
H1.HeaderClassName
{
color: #DBE9FC;
}
.AnyTagClassName
{
color: #DBE9FC;
}
</style>
background-color css
<style>
a { background-color: #DBE9FC; }
a { background-color: rgb(219,233,252); }
div.DivClassName
{
background-color: #DBE9FC;
}
.BgClassName
{
background-color: #DBE9FC;
}
</style>
border-color css
<style>
span { border-color: #DBE9FC; }
span { border-color: rgb(219,233,252); }
td.TdClassName
{
border-color: #DBE9FC;
}
.TagClassName
{
border-color: #DBE9FC;
}
</style>