Shades of Solitude #DDE6FE
Tints of Solitude #DDE6FE
RGB
CMYK
RGB Variations
Color information
#DDE6FE (or 0xDDE6FE) is known color: Solitude. HEX triplet: DD, E6 and FE. RGB value is (221,230,254). Sum of RGB (Red+Green+Blue) = 221+230+254=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6FE is #221901. Grayscale: #E5E5E5. Windows color (decimal): -2234626 or 16705245. OLE color: 16705245.
HSL color Cylindrical-coordinate representation of color #DDE6FE: hue angle of 223.64º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE6FE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 230 | 254 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.00 |
| HSL | 223.64º | 0.94% | 0.93% | - |
| HSV(B) | 223.64º | 0.13% | 1% | - |
| XYZ | 76.01 | 79.12 | 105.03 | - |
| YUV | 230.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 254 | 0.13 | 0.09 | 0 | 0.00 | 223.64 | 0.94 | 0.93 |
| Hex | DD | E6 | FE | D | 9 | 0 | 0 | E0 | 5E | 5D |
| Octal | 335 | 346 | 376 | 15 | 11 | 0 | 0 | 340 | 136 | 135 |
| Binary | 11011101 | 11100110 | 11111110 | 1101 | 1001 | 0 | 0 | 11100000 | 1011110 | 1011101 |
Color Harmonies of #DDE6FE
Complementary color
Monochromatic Colors of #DDE6FE
Black with #DDE6FE
Text Example
Text Example
White with #DDE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6FE; }
p { color: rgb(221,230,254); }
H1.HeaderClassName
{
color: #DDE6FE;
}
.AnyTagClassName
{
color: #DDE6FE;
}
</style>
background-color css
<style>
a { background-color: #DDE6FE; }
a { background-color: rgb(221,230,254); }
div.DivClassName
{
background-color: #DDE6FE;
}
.BgClassName
{
background-color: #DDE6FE;
}
</style>
border-color css
<style>
span { border-color: #DDE6FE; }
span { border-color: rgb(221,230,254); }
td.TdClassName
{
border-color: #DDE6FE;
}
.TagClassName
{
border-color: #DDE6FE;
}
</style>