Shades of Solitude #DFEDF9
Tints of Solitude #DFEDF9
RGB
CMYK
RGB Variations
Color information
#DFEDF9 (or 0xDFEDF9) is known color: Solitude. HEX triplet: DF, ED and F9. RGB value is (223,237,249). Sum of RGB (Red+Green+Blue) = 223+237+249=709 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.45% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF9 is #201206. Grayscale: #EAEAEA. Windows color (decimal): -2101767 or 16379359. OLE color: 16379359.
HSL color Cylindrical-coordinate representation of color #DFEDF9: hue angle of 207.69º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEDF9 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 237 | 249 | - |
CMYK | 0.10 | 0.05 | 0 | 0.02 |
HSL | 207.69º | 0.68% | 0.93% | - |
HSV(B) | 207.69º | 0.1% | 0.98% | - |
XYZ | 77.81 | 83.1 | 101.56 | - |
YUV | 234.18 | 136.36 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 249 | 0.10 | 0.05 | 0 | 0.02 | 207.69 | 0.68 | 0.93 |
Hex | DF | ED | F9 | A | 5 | 0 | 2 | D0 | 44 | 5D |
Octal | 337 | 355 | 371 | 12 | 5 | 0 | 2 | 320 | 104 | 135 |
Binary | 11011111 | 11101101 | 11111001 | 1010 | 101 | 0 | 10 | 11010000 | 1000100 | 1011101 |
Color Harmonies of #DFEDF9
Complementary color
Monochromatic Colors of #DFEDF9
Black with #DFEDF9
Text Example
Text Example
White with #DFEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDF9; }
p { color: rgb(223,237,249); }
H1.HeaderClassName
{
color: #DFEDF9;
}
.AnyTagClassName
{
color: #DFEDF9;
}
</style>
background-color css
<style>
a { background-color: #DFEDF9; }
a { background-color: rgb(223,237,249); }
div.DivClassName
{
background-color: #DFEDF9;
}
.BgClassName
{
background-color: #DFEDF9;
}
</style>
border-color css
<style>
span { border-color: #DFEDF9; }
span { border-color: rgb(223,237,249); }
td.TdClassName
{
border-color: #DFEDF9;
}
.TagClassName
{
border-color: #DFEDF9;
}
</style>