Shades of Solitude #DEE7FD
Tints of Solitude #DEE7FD
RGB
CMYK
RGB Variations
Color information
#DEE7FD (or 0xDEE7FD) is known color: Solitude. HEX triplet: DE, E7 and FD. RGB value is (222,231,253). Sum of RGB (Red+Green+Blue) = 222+231+253=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7FD is #211802. Grayscale: #E6E6E6. Windows color (decimal): -2168835 or 16639966. OLE color: 16639966.
HSL color Cylindrical-coordinate representation of color #DEE7FD: hue angle of 222.58º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE7FD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 231 | 253 | - |
CMYK | 0.12 | 0.09 | 0 | 0.01 |
HSL | 222.58º | 0.89% | 0.93% | - |
HSV(B) | 222.58º | 0.12% | 0.99% | - |
XYZ | 76.43 | 79.77 | 104.3 | - |
YUV | 230.82 | 140.52 | 121.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 253 | 0.12 | 0.09 | 0 | 0.01 | 222.58 | 0.89 | 0.93 |
Hex | DE | E7 | FD | C | 9 | 0 | 1 | DF | 59 | 5D |
Octal | 336 | 347 | 375 | 14 | 11 | 0 | 1 | 337 | 131 | 135 |
Binary | 11011110 | 11100111 | 11111101 | 1100 | 1001 | 0 | 1 | 11011111 | 1011001 | 1011101 |
Color Harmonies of #DEE7FD
Complementary color
Monochromatic Colors of #DEE7FD
Black with #DEE7FD
Text Example
Text Example
White with #DEE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7FD; }
p { color: rgb(222,231,253); }
H1.HeaderClassName
{
color: #DEE7FD;
}
.AnyTagClassName
{
color: #DEE7FD;
}
</style>
background-color css
<style>
a { background-color: #DEE7FD; }
a { background-color: rgb(222,231,253); }
div.DivClassName
{
background-color: #DEE7FD;
}
.BgClassName
{
background-color: #DEE7FD;
}
</style>
border-color css
<style>
span { border-color: #DEE7FD; }
span { border-color: rgb(222,231,253); }
td.TdClassName
{
border-color: #DEE7FD;
}
.TagClassName
{
border-color: #DEE7FD;
}
</style>