Shades of Solitude #DFEAF9
Tints of Solitude #DFEAF9
RGB
CMYK
RGB Variations
Color information
#DFEAF9 (or 0xDFEAF9) is known color: Solitude. HEX triplet: DF, EA and F9. RGB value is (223,234,249). Sum of RGB (Red+Green+Blue) = 223+234+249=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF9 is #201506. Grayscale: #E8E8E8. Windows color (decimal): -2102535 or 16378591. OLE color: 16378591.
HSL color Cylindrical-coordinate representation of color #DFEAF9: hue angle of 214.62º 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 #DFEAF9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 234 | 249 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.02 |
| HSL | 214.62º | 0.68% | 0.93% | - |
| HSV(B) | 214.62º | 0.1% | 0.98% | - |
| XYZ | 76.95 | 81.37 | 101.27 | - |
| YUV | 232.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 249 | 0.10 | 0.06 | 0 | 0.02 | 214.62 | 0.68 | 0.93 |
| Hex | DF | EA | F9 | A | 6 | 0 | 2 | D7 | 44 | 5D |
| Octal | 337 | 352 | 371 | 12 | 6 | 0 | 2 | 327 | 104 | 135 |
| Binary | 11011111 | 11101010 | 11111001 | 1010 | 110 | 0 | 10 | 11010111 | 1000100 | 1011101 |
Color Harmonies of #DFEAF9
Complementary color
Monochromatic Colors of #DFEAF9
Black with #DFEAF9
Text Example
Text Example
White with #DFEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAF9; }
p { color: rgb(223,234,249); }
H1.HeaderClassName
{
color: #DFEAF9;
}
.AnyTagClassName
{
color: #DFEAF9;
}
</style>
background-color css
<style>
a { background-color: #DFEAF9; }
a { background-color: rgb(223,234,249); }
div.DivClassName
{
background-color: #DFEAF9;
}
.BgClassName
{
background-color: #DFEAF9;
}
</style>
border-color css
<style>
span { border-color: #DFEAF9; }
span { border-color: rgb(223,234,249); }
td.TdClassName
{
border-color: #DFEAF9;
}
.TagClassName
{
border-color: #DFEAF9;
}
</style>