Shades of Solitude #DBEAFB
Tints of Solitude #DBEAFB
RGB
CMYK
RGB Variations
Color information
#DBEAFB (or 0xDBEAFB) is known color: Solitude. HEX triplet: DB, EA and FB. RGB value is (219,234,251). Sum of RGB (Red+Green+Blue) = 219+234+251=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAFB is #241504. Grayscale: #E7E7E7. Windows color (decimal): -2364677 or 16509659. OLE color: 16509659.
HSL color Cylindrical-coordinate representation of color #DBEAFB: hue angle of 211.88º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEAFB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 234 | 251 | - |
CMYK | 0.13 | 0.07 | 0 | 0.02 |
HSL | 211.88º | 0.8% | 0.92% | - |
HSV(B) | 211.88º | 0.13% | 0.98% | - |
XYZ | 76.05 | 80.87 | 102.87 | - |
YUV | 231.45 | 139.03 | 119.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 251 | 0.13 | 0.07 | 0 | 0.02 | 211.88 | 0.8 | 0.92 |
Hex | DB | EA | FB | D | 7 | 0 | 2 | D4 | 50 | 5C |
Octal | 333 | 352 | 373 | 15 | 7 | 0 | 2 | 324 | 120 | 134 |
Binary | 11011011 | 11101010 | 11111011 | 1101 | 111 | 0 | 10 | 11010100 | 1010000 | 1011100 |
Color Harmonies of #DBEAFB
Complementary color
Monochromatic Colors of #DBEAFB
Black with #DBEAFB
Text Example
Text Example
White with #DBEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAFB; }
p { color: rgb(219,234,251); }
H1.HeaderClassName
{
color: #DBEAFB;
}
.AnyTagClassName
{
color: #DBEAFB;
}
</style>
background-color css
<style>
a { background-color: #DBEAFB; }
a { background-color: rgb(219,234,251); }
div.DivClassName
{
background-color: #DBEAFB;
}
.BgClassName
{
background-color: #DBEAFB;
}
</style>
border-color css
<style>
span { border-color: #DBEAFB; }
span { border-color: rgb(219,234,251); }
td.TdClassName
{
border-color: #DBEAFB;
}
.TagClassName
{
border-color: #DBEAFB;
}
</style>