Shades of Solitude #DFEDFA
Tints of Solitude #DFEDFA
RGB
CMYK
RGB Variations
Color information
#DFEDFA (or 0xDFEDFA) is known color: Solitude. HEX triplet: DF, ED and FA. RGB value is (223,237,250). Sum of RGB (Red+Green+Blue) = 223+237+250=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDFA is #201205. Grayscale: #EAEAEA. Windows color (decimal): -2101766 or 16444895. OLE color: 16444895.
HSL color Cylindrical-coordinate representation of color #DFEDFA: hue angle of 208.89º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEDFA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 237 | 250 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.02 |
| HSL | 208.89º | 0.73% | 0.93% | - |
| HSV(B) | 208.89º | 0.11% | 0.98% | - |
| XYZ | 77.97 | 83.16 | 102.38 | - |
| YUV | 234.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 250 | 0.11 | 0.05 | 0 | 0.02 | 208.89 | 0.73 | 0.93 |
| Hex | DF | ED | FA | B | 5 | 0 | 2 | D1 | 49 | 5D |
| Octal | 337 | 355 | 372 | 13 | 5 | 0 | 2 | 321 | 111 | 135 |
| Binary | 11011111 | 11101101 | 11111010 | 1011 | 101 | 0 | 10 | 11010001 | 1001001 | 1011101 |
Color Harmonies of #DFEDFA
Complementary color
Monochromatic Colors of #DFEDFA
Black with #DFEDFA
Text Example
Text Example
White with #DFEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDFA; }
p { color: rgb(223,237,250); }
H1.HeaderClassName
{
color: #DFEDFA;
}
.AnyTagClassName
{
color: #DFEDFA;
}
</style>
background-color css
<style>
a { background-color: #DFEDFA; }
a { background-color: rgb(223,237,250); }
div.DivClassName
{
background-color: #DFEDFA;
}
.BgClassName
{
background-color: #DFEDFA;
}
</style>
border-color css
<style>
span { border-color: #DFEDFA; }
span { border-color: rgb(223,237,250); }
td.TdClassName
{
border-color: #DFEDFA;
}
.TagClassName
{
border-color: #DFEDFA;
}
</style>