Shades of Solitude #D7E8FF
Tints of Solitude #D7E8FF
RGB
CMYK
RGB Variations
Color information
#D7E8FF (or 0xD7E8FF) is known color: Solitude. HEX triplet: D7, E8 and FF. RGB value is (215,232,255). Sum of RGB (Red+Green+Blue) = 215+232+255=702 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.63% from 702); Green value is 232 (91.02% from 255 or 33.05% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E8FF is #281700. Grayscale: #E5E5E5. Windows color (decimal): -2627329 or 16771287. OLE color: 16771287.
HSL color Cylindrical-coordinate representation of color #D7E8FF: hue angle of 214.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7E8FF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 232 | 255 | - |
| CMYK | 0.16 | 0.09 | 0 | 0 |
| HSL | 214.5º | 1% | 0.92% | - |
| HSV(B) | 214.5º | 0.16% | 1% | - |
| XYZ | 74.93 | 79.38 | 105.98 | - |
| YUV | 229.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 255 | 0.16 | 0.09 | 0 | 0 | 214.5 | 1 | 0.92 |
| Hex | D7 | E8 | FF | 10 | 9 | 0 | 0 | D6 | 64 | 5C |
| Octal | 327 | 350 | 377 | 20 | 11 | 0 | 0 | 326 | 144 | 134 |
| Binary | 11010111 | 11101000 | 11111111 | 10000 | 1001 | 0 | 0 | 11010110 | 1100100 | 1011100 |
Color Harmonies of #D7E8FF
Complementary color
Monochromatic Colors of #D7E8FF
Black with #D7E8FF
Text Example
Text Example
White with #D7E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E8FF; }
p { color: rgb(215,232,255); }
H1.HeaderClassName
{
color: #D7E8FF;
}
.AnyTagClassName
{
color: #D7E8FF;
}
</style>
background-color css
<style>
a { background-color: #D7E8FF; }
a { background-color: rgb(215,232,255); }
div.DivClassName
{
background-color: #D7E8FF;
}
.BgClassName
{
background-color: #D7E8FF;
}
</style>
border-color css
<style>
span { border-color: #D7E8FF; }
span { border-color: rgb(215,232,255); }
td.TdClassName
{
border-color: #D7E8FF;
}
.TagClassName
{
border-color: #D7E8FF;
}
</style>