Shades of Solitude #DFEBFF
Tints of Solitude #DFEBFF
RGB
CMYK
RGB Variations
Color information
#DFEBFF (or 0xDFEBFF) is known color: Solitude. HEX triplet: DF, EB and FF. RGB value is (223,235,255). Sum of RGB (Red+Green+Blue) = 223+235+255=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBFF is #201400. Grayscale: #E9E9E9. Windows color (decimal): -2102273 or 16772063. OLE color: 16772063.
HSL color Cylindrical-coordinate representation of color #DFEBFF: hue angle of 217.5º 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 #DFEBFF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 235 | 255 | - |
| CMYK | 0.13 | 0.08 | 0 | 0 |
| HSL | 217.5º | 1% | 0.94% | - |
| HSV(B) | 217.5º | 0.13% | 1% | - |
| XYZ | 78.19 | 82.32 | 106.38 | - |
| YUV | 233.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 255 | 0.13 | 0.08 | 0 | 0 | 217.5 | 1 | 0.94 |
| Hex | DF | EB | FF | D | 8 | 0 | 0 | DA | 64 | 5E |
| Octal | 337 | 353 | 377 | 15 | 10 | 0 | 0 | 332 | 144 | 136 |
| Binary | 11011111 | 11101011 | 11111111 | 1101 | 1000 | 0 | 0 | 11011010 | 1100100 | 1011110 |
Color Harmonies of #DFEBFF
Complementary color
Monochromatic Colors of #DFEBFF
Black with #DFEBFF
Text Example
Text Example
White with #DFEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBFF; }
p { color: rgb(223,235,255); }
H1.HeaderClassName
{
color: #DFEBFF;
}
.AnyTagClassName
{
color: #DFEBFF;
}
</style>
background-color css
<style>
a { background-color: #DFEBFF; }
a { background-color: rgb(223,235,255); }
div.DivClassName
{
background-color: #DFEBFF;
}
.BgClassName
{
background-color: #DFEBFF;
}
</style>
border-color css
<style>
span { border-color: #DFEBFF; }
span { border-color: rgb(223,235,255); }
td.TdClassName
{
border-color: #DFEBFF;
}
.TagClassName
{
border-color: #DFEBFF;
}
</style>