Shades of Solitude #DFE7FC
Tints of Solitude #DFE7FC
RGB
CMYK
RGB Variations
Color information
#DFE7FC (or 0xDFE7FC) is known color: Solitude. HEX triplet: DF, E7 and FC. RGB value is (223,231,252). Sum of RGB (Red+Green+Blue) = 223+231+252=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7FC is #201803. Grayscale: #E6E6E6. Windows color (decimal): -2103300 or 16574431. OLE color: 16574431.
HSL color Cylindrical-coordinate representation of color #DFE7FC: hue angle of 223.45º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE7FC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 231 | 252 | - |
CMYK | 0.12 | 0.08 | 0 | 0.01 |
HSL | 223.45º | 0.83% | 0.93% | - |
HSV(B) | 223.45º | 0.12% | 0.99% | - |
XYZ | 76.58 | 79.87 | 103.48 | - |
YUV | 231 | 139.85 | 122.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 231 | 252 | 0.12 | 0.08 | 0 | 0.01 | 223.45 | 0.83 | 0.93 |
Hex | DF | E7 | FC | C | 8 | 0 | 1 | DF | 53 | 5D |
Octal | 337 | 347 | 374 | 14 | 10 | 0 | 1 | 337 | 123 | 135 |
Binary | 11011111 | 11100111 | 11111100 | 1100 | 1000 | 0 | 1 | 11011111 | 1010011 | 1011101 |
Color Harmonies of #DFE7FC
Complementary color
Monochromatic Colors of #DFE7FC
Black with #DFE7FC
Text Example
Text Example
White with #DFE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7FC; }
p { color: rgb(223,231,252); }
H1.HeaderClassName
{
color: #DFE7FC;
}
.AnyTagClassName
{
color: #DFE7FC;
}
</style>
background-color css
<style>
a { background-color: #DFE7FC; }
a { background-color: rgb(223,231,252); }
div.DivClassName
{
background-color: #DFE7FC;
}
.BgClassName
{
background-color: #DFE7FC;
}
</style>
border-color css
<style>
span { border-color: #DFE7FC; }
span { border-color: rgb(223,231,252); }
td.TdClassName
{
border-color: #DFE7FC;
}
.TagClassName
{
border-color: #DFE7FC;
}
</style>