Shades of Solitude #DDE6FF
Tints of Solitude #DDE6FF
RGB
CMYK
RGB Variations
Color information
#DDE6FF (or 0xDDE6FF) is known color: Solitude. HEX triplet: DD, E6 and FF. RGB value is (221,230,255). Sum of RGB (Red+Green+Blue) = 221+230+255=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6FF is #221900. Grayscale: #E6E6E6. Windows color (decimal): -2234625 or 16770781. OLE color: 16770781.
HSL color Cylindrical-coordinate representation of color #DDE6FF: hue angle of 224.12º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE6FF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 230 | 255 | - |
| CMYK | 0.13 | 0.10 | 0 | 0 |
| HSL | 224.12º | 1% | 0.93% | - |
| HSV(B) | 224.12º | 0.13% | 1% | - |
| XYZ | 76.17 | 79.19 | 105.88 | - |
| YUV | 230.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 255 | 0.13 | 0.10 | 0 | 0 | 224.12 | 1 | 0.93 |
| Hex | DD | E6 | FF | D | A | 0 | 0 | E0 | 64 | 5D |
| Octal | 335 | 346 | 377 | 15 | 12 | 0 | 0 | 340 | 144 | 135 |
| Binary | 11011101 | 11100110 | 11111111 | 1101 | 1010 | 0 | 0 | 11100000 | 1100100 | 1011101 |
Color Harmonies of #DDE6FF
Complementary color
Monochromatic Colors of #DDE6FF
Black with #DDE6FF
Text Example
Text Example
White with #DDE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6FF; }
p { color: rgb(221,230,255); }
H1.HeaderClassName
{
color: #DDE6FF;
}
.AnyTagClassName
{
color: #DDE6FF;
}
</style>
background-color css
<style>
a { background-color: #DDE6FF; }
a { background-color: rgb(221,230,255); }
div.DivClassName
{
background-color: #DDE6FF;
}
.BgClassName
{
background-color: #DDE6FF;
}
</style>
border-color css
<style>
span { border-color: #DDE6FF; }
span { border-color: rgb(221,230,255); }
td.TdClassName
{
border-color: #DDE6FF;
}
.TagClassName
{
border-color: #DDE6FF;
}
</style>