Shades of Solitude #DBEAFE
Tints of Solitude #DBEAFE
RGB
CMYK
RGB Variations
Color information
#DBEAFE (or 0xDBEAFE) is known color: Solitude. HEX triplet: DB, EA and FE. RGB value is (219,234,254). Sum of RGB (Red+Green+Blue) = 219+234+254=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAFE is #241501. Grayscale: #E7E7E7. Windows color (decimal): -2364674 or 16706267. OLE color: 16706267.
HSL color Cylindrical-coordinate representation of color #DBEAFE: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEAFE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 234 | 254 | - |
CMYK | 0.14 | 0.08 | 0 | 0.00 |
HSL | 214.29º | 0.95% | 0.93% | - |
HSV(B) | 214.29º | 0.14% | 1% | - |
XYZ | 76.53 | 81.06 | 105.38 | - |
YUV | 231.8 | 140.53 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 254 | 0.14 | 0.08 | 0 | 0.00 | 214.29 | 0.95 | 0.93 |
Hex | DB | EA | FE | E | 8 | 0 | 0 | D6 | 5F | 5D |
Octal | 333 | 352 | 376 | 16 | 10 | 0 | 0 | 326 | 137 | 135 |
Binary | 11011011 | 11101010 | 11111110 | 1110 | 1000 | 0 | 0 | 11010110 | 1011111 | 1011101 |
Color Harmonies of #DBEAFE
Complementary color
Monochromatic Colors of #DBEAFE
Black with #DBEAFE
Text Example
Text Example
White with #DBEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAFE; }
p { color: rgb(219,234,254); }
H1.HeaderClassName
{
color: #DBEAFE;
}
.AnyTagClassName
{
color: #DBEAFE;
}
</style>
background-color css
<style>
a { background-color: #DBEAFE; }
a { background-color: rgb(219,234,254); }
div.DivClassName
{
background-color: #DBEAFE;
}
.BgClassName
{
background-color: #DBEAFE;
}
</style>
border-color css
<style>
span { border-color: #DBEAFE; }
span { border-color: rgb(219,234,254); }
td.TdClassName
{
border-color: #DBEAFE;
}
.TagClassName
{
border-color: #DBEAFE;
}
</style>