Shades of Solitude #DBE4F2
Tints of Solitude #DBE4F2
RGB
CMYK
RGB Variations
Color information
#DBE4F2 (or 0xDBE4F2) is known color: Solitude. HEX triplet: DB, E4 and F2. RGB value is (219,228,242). Sum of RGB (Red+Green+Blue) = 219+228+242=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4F2 is #241B0D. Grayscale: #E2E2E2. Windows color (decimal): -2366222 or 15918299. OLE color: 15918299.
HSL color Cylindrical-coordinate representation of color #DBE4F2: hue angle of 216.52º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE4F2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 228 | 242 | - |
CMYK | 0.10 | 0.06 | 0 | 0.05 |
HSL | 216.52º | 0.47% | 0.9% | - |
HSV(B) | 216.52º | 0.1% | 0.95% | - |
XYZ | 72.98 | 76.96 | 95.01 | - |
YUV | 226.91 | 136.52 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 242 | 0.10 | 0.06 | 0 | 0.05 | 216.52 | 0.47 | 0.9 |
Hex | DB | E4 | F2 | A | 6 | 0 | 5 | D9 | 2F | 5A |
Octal | 333 | 344 | 362 | 12 | 6 | 0 | 5 | 331 | 57 | 132 |
Binary | 11011011 | 11100100 | 11110010 | 1010 | 110 | 0 | 101 | 11011001 | 101111 | 1011010 |
Color Harmonies of #DBE4F2
Complementary color
Monochromatic Colors of #DBE4F2
Black with #DBE4F2
Text Example
Text Example
White with #DBE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4F2; }
p { color: rgb(219,228,242); }
H1.HeaderClassName
{
color: #DBE4F2;
}
.AnyTagClassName
{
color: #DBE4F2;
}
</style>
background-color css
<style>
a { background-color: #DBE4F2; }
a { background-color: rgb(219,228,242); }
div.DivClassName
{
background-color: #DBE4F2;
}
.BgClassName
{
background-color: #DBE4F2;
}
</style>
border-color css
<style>
span { border-color: #DBE4F2; }
span { border-color: rgb(219,228,242); }
td.TdClassName
{
border-color: #DBE4F2;
}
.TagClassName
{
border-color: #DBE4F2;
}
</style>