Shades of Solitude #DEE7FB
Tints of Solitude #DEE7FB
RGB
CMYK
RGB Variations
Color information
#DEE7FB (or 0xDEE7FB) is known color: Solitude. HEX triplet: DE, E7 and FB. RGB value is (222,231,251). Sum of RGB (Red+Green+Blue) = 222+231+251=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 231 (90.62% from 255 or 32.81% 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 #DEE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7FB is #211804. Grayscale: #E6E6E6. Windows color (decimal): -2168837 or 16508894. OLE color: 16508894.
HSL color Cylindrical-coordinate representation of color #DEE7FB: hue angle of 221.38º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE7FB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 231 | 251 | - |
CMYK | 0.12 | 0.08 | 0 | 0.02 |
HSL | 221.38º | 0.78% | 0.93% | - |
HSV(B) | 221.38º | 0.12% | 0.98% | - |
XYZ | 76.11 | 79.65 | 102.63 | - |
YUV | 230.59 | 139.52 | 121.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 251 | 0.12 | 0.08 | 0 | 0.02 | 221.38 | 0.78 | 0.93 |
Hex | DE | E7 | FB | C | 8 | 0 | 2 | DD | 4E | 5D |
Octal | 336 | 347 | 373 | 14 | 10 | 0 | 2 | 335 | 116 | 135 |
Binary | 11011110 | 11100111 | 11111011 | 1100 | 1000 | 0 | 10 | 11011101 | 1001110 | 1011101 |
Color Harmonies of #DEE7FB
Complementary color
Monochromatic Colors of #DEE7FB
Black with #DEE7FB
Text Example
Text Example
White with #DEE7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7FB; }
p { color: rgb(222,231,251); }
H1.HeaderClassName
{
color: #DEE7FB;
}
.AnyTagClassName
{
color: #DEE7FB;
}
</style>
background-color css
<style>
a { background-color: #DEE7FB; }
a { background-color: rgb(222,231,251); }
div.DivClassName
{
background-color: #DEE7FB;
}
.BgClassName
{
background-color: #DEE7FB;
}
</style>
border-color css
<style>
span { border-color: #DEE7FB; }
span { border-color: rgb(222,231,251); }
td.TdClassName
{
border-color: #DEE7FB;
}
.TagClassName
{
border-color: #DEE7FB;
}
</style>