Shades of Solitude #DBE6F3
Tints of Solitude #DBE6F3
RGB
CMYK
RGB Variations
Color information
#DBE6F3 (or 0xDBE6F3) is known color: Solitude. HEX triplet: DB, E6 and F3. RGB value is (219,230,243). Sum of RGB (Red+Green+Blue) = 219+230+243=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBE6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6F3 is #24190C. Grayscale: #E4E4E4. Windows color (decimal): -2365709 or 15984347. OLE color: 15984347.
HSL color Cylindrical-coordinate representation of color #DBE6F3: hue angle of 212.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE6F3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 230 | 243 | - |
CMYK | 0.10 | 0.05 | 0 | 0.05 |
HSL | 212.5º | 0.5% | 0.91% | - |
HSV(B) | 212.5º | 0.1% | 0.95% | - |
XYZ | 73.69 | 78.12 | 95.99 | - |
YUV | 228.19 | 136.36 | 121.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 243 | 0.10 | 0.05 | 0 | 0.05 | 212.5 | 0.5 | 0.91 |
Hex | DB | E6 | F3 | A | 5 | 0 | 5 | D4 | 32 | 5B |
Octal | 333 | 346 | 363 | 12 | 5 | 0 | 5 | 324 | 62 | 133 |
Binary | 11011011 | 11100110 | 11110011 | 1010 | 101 | 0 | 101 | 11010100 | 110010 | 1011011 |
Color Harmonies of #DBE6F3
Complementary color
Monochromatic Colors of #DBE6F3
Black with #DBE6F3
Text Example
Text Example
White with #DBE6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6F3; }
p { color: rgb(219,230,243); }
H1.HeaderClassName
{
color: #DBE6F3;
}
.AnyTagClassName
{
color: #DBE6F3;
}
</style>
background-color css
<style>
a { background-color: #DBE6F3; }
a { background-color: rgb(219,230,243); }
div.DivClassName
{
background-color: #DBE6F3;
}
.BgClassName
{
background-color: #DBE6F3;
}
</style>
border-color css
<style>
span { border-color: #DBE6F3; }
span { border-color: rgb(219,230,243); }
td.TdClassName
{
border-color: #DBE6F3;
}
.TagClassName
{
border-color: #DBE6F3;
}
</style>