Shades of Solitude #DFEDFE
Tints of Solitude #DFEDFE
RGB
CMYK
RGB Variations
Color information
#DFEDFE (or 0xDFEDFE) is known color: Solitude. HEX triplet: DF, ED and FE. RGB value is (223,237,254). Sum of RGB (Red+Green+Blue) = 223+237+254=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDFE is #201201. Grayscale: #EAEAEA. Windows color (decimal): -2101762 or 16707039. OLE color: 16707039.
HSL color Cylindrical-coordinate representation of color #DFEDFE: hue angle of 212.9º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFEDFE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 237 | 254 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.00 |
| HSL | 212.9º | 0.94% | 0.94% | - |
| HSV(B) | 212.9º | 0.12% | 1% | - |
| XYZ | 78.61 | 83.41 | 105.72 | - |
| YUV | 234.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 254 | 0.12 | 0.07 | 0 | 0.00 | 212.9 | 0.94 | 0.94 |
| Hex | DF | ED | FE | C | 7 | 0 | 0 | D5 | 5E | 5E |
| Octal | 337 | 355 | 376 | 14 | 7 | 0 | 0 | 325 | 136 | 136 |
| Binary | 11011111 | 11101101 | 11111110 | 1100 | 111 | 0 | 0 | 11010101 | 1011110 | 1011110 |
Color Harmonies of #DFEDFE
Complementary color
Monochromatic Colors of #DFEDFE
Black with #DFEDFE
Text Example
Text Example
White with #DFEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDFE; }
p { color: rgb(223,237,254); }
H1.HeaderClassName
{
color: #DFEDFE;
}
.AnyTagClassName
{
color: #DFEDFE;
}
</style>
background-color css
<style>
a { background-color: #DFEDFE; }
a { background-color: rgb(223,237,254); }
div.DivClassName
{
background-color: #DFEDFE;
}
.BgClassName
{
background-color: #DFEDFE;
}
</style>
border-color css
<style>
span { border-color: #DFEDFE; }
span { border-color: rgb(223,237,254); }
td.TdClassName
{
border-color: #DFEDFE;
}
.TagClassName
{
border-color: #DFEDFE;
}
</style>