Shades of Solitude #D7E7FF
Tints of Solitude #D7E7FF
RGB
CMYK
RGB Variations
Color information
#D7E7FF (or 0xD7E7FF) is known color: Solitude. HEX triplet: D7, E7 and FF. RGB value is (215,231,255). Sum of RGB (Red+Green+Blue) = 215+231+255=701 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.67% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E7FF is #281800. Grayscale: #E4E4E4. Windows color (decimal): -2627585 or 16771031. OLE color: 16771031.
HSL color Cylindrical-coordinate representation of color #D7E7FF: hue angle of 216º 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 #D7E7FF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 231 | 255 | - |
| CMYK | 0.16 | 0.09 | 0 | 0 |
| HSL | 216º | 1% | 0.92% | - |
| HSV(B) | 216º | 0.16% | 1% | - |
| XYZ | 74.65 | 78.82 | 105.89 | - |
| YUV | 228.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 231 | 255 | 0.16 | 0.09 | 0 | 0 | 216 | 1 | 0.92 |
| Hex | D7 | E7 | FF | 10 | 9 | 0 | 0 | D8 | 64 | 5C |
| Octal | 327 | 347 | 377 | 20 | 11 | 0 | 0 | 330 | 144 | 134 |
| Binary | 11010111 | 11100111 | 11111111 | 10000 | 1001 | 0 | 0 | 11011000 | 1100100 | 1011100 |
Color Harmonies of #D7E7FF
Complementary color
Monochromatic Colors of #D7E7FF
Black with #D7E7FF
Text Example
Text Example
White with #D7E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E7FF; }
p { color: rgb(215,231,255); }
H1.HeaderClassName
{
color: #D7E7FF;
}
.AnyTagClassName
{
color: #D7E7FF;
}
</style>
background-color css
<style>
a { background-color: #D7E7FF; }
a { background-color: rgb(215,231,255); }
div.DivClassName
{
background-color: #D7E7FF;
}
.BgClassName
{
background-color: #D7E7FF;
}
</style>
border-color css
<style>
span { border-color: #D7E7FF; }
span { border-color: rgb(215,231,255); }
td.TdClassName
{
border-color: #D7E7FF;
}
.TagClassName
{
border-color: #D7E7FF;
}
</style>