Shades of Solitude #DBE5FF
Tints of Solitude #DBE5FF
RGB
CMYK
RGB Variations
Color information
#DBE5FF (or 0xDBE5FF) is known color: Solitude. HEX triplet: DB, E5 and FF. RGB value is (219,229,255). Sum of RGB (Red+Green+Blue) = 219+229+255=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5FF is #241A00. Grayscale: #E4E4E4. Windows color (decimal): -2365953 or 16770523. OLE color: 16770523.
HSL color Cylindrical-coordinate representation of color #DBE5FF: hue angle of 223.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE5FF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 229 | 255 | - |
CMYK | 0.14 | 0.10 | 0 | 0 |
HSL | 223.33º | 1% | 0.93% | - |
HSV(B) | 223.33º | 0.14% | 1% | - |
XYZ | 75.28 | 78.32 | 105.76 | - |
YUV | 228.97 | 142.69 | 120.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 255 | 0.14 | 0.10 | 0 | 0 | 223.33 | 1 | 0.93 |
Hex | DB | E5 | FF | E | A | 0 | 0 | DF | 64 | 5D |
Octal | 333 | 345 | 377 | 16 | 12 | 0 | 0 | 337 | 144 | 135 |
Binary | 11011011 | 11100101 | 11111111 | 1110 | 1010 | 0 | 0 | 11011111 | 1100100 | 1011101 |
Color Harmonies of #DBE5FF
Complementary color
Monochromatic Colors of #DBE5FF
Black with #DBE5FF
Text Example
Text Example
White with #DBE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5FF; }
p { color: rgb(219,229,255); }
H1.HeaderClassName
{
color: #DBE5FF;
}
.AnyTagClassName
{
color: #DBE5FF;
}
</style>
background-color css
<style>
a { background-color: #DBE5FF; }
a { background-color: rgb(219,229,255); }
div.DivClassName
{
background-color: #DBE5FF;
}
.BgClassName
{
background-color: #DBE5FF;
}
</style>
border-color css
<style>
span { border-color: #DBE5FF; }
span { border-color: rgb(219,229,255); }
td.TdClassName
{
border-color: #DBE5FF;
}
.TagClassName
{
border-color: #DBE5FF;
}
</style>