Shades of Solitude #DBEAFC
Tints of Solitude #DBEAFC
RGB
CMYK
RGB Variations
Color information
#DBEAFC (or 0xDBEAFC) is known color: Solitude. HEX triplet: DB, EA and FC. RGB value is (219,234,252). Sum of RGB (Red+Green+Blue) = 219+234+252=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAFC is #241503. Grayscale: #E7E7E7. Windows color (decimal): -2364676 or 16575195. OLE color: 16575195.
HSL color Cylindrical-coordinate representation of color #DBEAFC: hue angle of 212.73º 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 #DBEAFC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 234 | 252 | - |
CMYK | 0.13 | 0.07 | 0 | 0.01 |
HSL | 212.73º | 0.85% | 0.92% | - |
HSV(B) | 212.73º | 0.13% | 0.99% | - |
XYZ | 76.21 | 80.93 | 103.7 | - |
YUV | 231.57 | 139.53 | 119.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 252 | 0.13 | 0.07 | 0 | 0.01 | 212.73 | 0.85 | 0.92 |
Hex | DB | EA | FC | D | 7 | 0 | 1 | D5 | 55 | 5C |
Octal | 333 | 352 | 374 | 15 | 7 | 0 | 1 | 325 | 125 | 134 |
Binary | 11011011 | 11101010 | 11111100 | 1101 | 111 | 0 | 1 | 11010101 | 1010101 | 1011100 |
Color Harmonies of #DBEAFC
Complementary color
Monochromatic Colors of #DBEAFC
Black with #DBEAFC
Text Example
Text Example
White with #DBEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAFC; }
p { color: rgb(219,234,252); }
H1.HeaderClassName
{
color: #DBEAFC;
}
.AnyTagClassName
{
color: #DBEAFC;
}
</style>
background-color css
<style>
a { background-color: #DBEAFC; }
a { background-color: rgb(219,234,252); }
div.DivClassName
{
background-color: #DBEAFC;
}
.BgClassName
{
background-color: #DBEAFC;
}
</style>
border-color css
<style>
span { border-color: #DBEAFC; }
span { border-color: rgb(219,234,252); }
td.TdClassName
{
border-color: #DBEAFC;
}
.TagClassName
{
border-color: #DBEAFC;
}
</style>