Shades of Solitude #DFE7FF
Tints of Solitude #DFE7FF
RGB
CMYK
RGB Variations
Color information
#DFE7FF (or 0xDFE7FF) is known color: Solitude. HEX triplet: DF, E7 and FF. RGB value is (223,231,255). Sum of RGB (Red+Green+Blue) = 223+231+255=709 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.45% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7FF is #201800. Grayscale: #E7E7E7. Windows color (decimal): -2103297 or 16771039. OLE color: 16771039.
HSL color Cylindrical-coordinate representation of color #DFE7FF: hue angle of 225º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFE7FF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 231 | 255 | - |
| CMYK | 0.13 | 0.09 | 0 | 0 |
| HSL | 225º | 1% | 0.94% | - |
| HSV(B) | 225º | 0.13% | 1% | - |
| XYZ | 77.06 | 80.06 | 106 | - |
| YUV | 231.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 255 | 0.13 | 0.09 | 0 | 0 | 225 | 1 | 0.94 |
| Hex | DF | E7 | FF | D | 9 | 0 | 0 | E1 | 64 | 5E |
| Octal | 337 | 347 | 377 | 15 | 11 | 0 | 0 | 341 | 144 | 136 |
| Binary | 11011111 | 11100111 | 11111111 | 1101 | 1001 | 0 | 0 | 11100001 | 1100100 | 1011110 |
Color Harmonies of #DFE7FF
Complementary color
Monochromatic Colors of #DFE7FF
Black with #DFE7FF
Text Example
Text Example
White with #DFE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7FF; }
p { color: rgb(223,231,255); }
H1.HeaderClassName
{
color: #DFE7FF;
}
.AnyTagClassName
{
color: #DFE7FF;
}
</style>
background-color css
<style>
a { background-color: #DFE7FF; }
a { background-color: rgb(223,231,255); }
div.DivClassName
{
background-color: #DFE7FF;
}
.BgClassName
{
background-color: #DFE7FF;
}
</style>
border-color css
<style>
span { border-color: #DFE7FF; }
span { border-color: rgb(223,231,255); }
td.TdClassName
{
border-color: #DFE7FF;
}
.TagClassName
{
border-color: #DFE7FF;
}
</style>