Shades of Solitude #DDE7FC
Tints of Solitude #DDE7FC
RGB
CMYK
RGB Variations
Color information
#DDE7FC (or 0xDDE7FC) is known color: Solitude. HEX triplet: DD, E7 and FC. RGB value is (221,231,252). Sum of RGB (Red+Green+Blue) = 221+231+252=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7FC is #221803. Grayscale: #E6E6E6. Windows color (decimal): -2234372 or 16574429. OLE color: 16574429.
HSL color Cylindrical-coordinate representation of color #DDE7FC: hue angle of 220.65º degrees, saturation: 0.84, 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 #DDE7FC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 231 | 252 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.01 |
| HSL | 220.65º | 0.84% | 0.93% | - |
| HSV(B) | 220.65º | 0.12% | 0.99% | - |
| XYZ | 75.97 | 79.55 | 103.45 | - |
| YUV | 230.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 252 | 0.12 | 0.08 | 0 | 0.01 | 220.65 | 0.84 | 0.93 |
| Hex | DD | E7 | FC | C | 8 | 0 | 1 | DD | 54 | 5D |
| Octal | 335 | 347 | 374 | 14 | 10 | 0 | 1 | 335 | 124 | 135 |
| Binary | 11011101 | 11100111 | 11111100 | 1100 | 1000 | 0 | 1 | 11011101 | 1010100 | 1011101 |
Color Harmonies of #DDE7FC
Complementary color
Monochromatic Colors of #DDE7FC
Black with #DDE7FC
Text Example
Text Example
White with #DDE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7FC; }
p { color: rgb(221,231,252); }
H1.HeaderClassName
{
color: #DDE7FC;
}
.AnyTagClassName
{
color: #DDE7FC;
}
</style>
background-color css
<style>
a { background-color: #DDE7FC; }
a { background-color: rgb(221,231,252); }
div.DivClassName
{
background-color: #DDE7FC;
}
.BgClassName
{
background-color: #DDE7FC;
}
</style>
border-color css
<style>
span { border-color: #DDE7FC; }
span { border-color: rgb(221,231,252); }
td.TdClassName
{
border-color: #DDE7FC;
}
.TagClassName
{
border-color: #DDE7FC;
}
</style>