Shades of Solitude #DDE8FF
Tints of Solitude #DDE8FF
RGB
CMYK
RGB Variations
Color information
#DDE8FF (or 0xDDE8FF) is known color: Solitude. HEX triplet: DD, E8 and FF. RGB value is (221,232,255). Sum of RGB (Red+Green+Blue) = 221+232+255=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8FF is #221700. Grayscale: #E7E7E7. Windows color (decimal): -2234113 or 16771293. OLE color: 16771293.
HSL color Cylindrical-coordinate representation of color #DDE8FF: hue angle of 220.59º 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 #DDE8FF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 232 | 255 | - |
| CMYK | 0.13 | 0.09 | 0 | 0 |
| HSL | 220.59º | 1% | 0.93% | - |
| HSV(B) | 220.59º | 0.13% | 1% | - |
| XYZ | 76.73 | 80.31 | 106.06 | - |
| YUV | 231.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 255 | 0.13 | 0.09 | 0 | 0 | 220.59 | 1 | 0.93 |
| Hex | DD | E8 | FF | D | 9 | 0 | 0 | DD | 64 | 5D |
| Octal | 335 | 350 | 377 | 15 | 11 | 0 | 0 | 335 | 144 | 135 |
| Binary | 11011101 | 11101000 | 11111111 | 1101 | 1001 | 0 | 0 | 11011101 | 1100100 | 1011101 |
Color Harmonies of #DDE8FF
Complementary color
Monochromatic Colors of #DDE8FF
Black with #DDE8FF
Text Example
Text Example
White with #DDE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8FF; }
p { color: rgb(221,232,255); }
H1.HeaderClassName
{
color: #DDE8FF;
}
.AnyTagClassName
{
color: #DDE8FF;
}
</style>
background-color css
<style>
a { background-color: #DDE8FF; }
a { background-color: rgb(221,232,255); }
div.DivClassName
{
background-color: #DDE8FF;
}
.BgClassName
{
background-color: #DDE8FF;
}
</style>
border-color css
<style>
span { border-color: #DDE8FF; }
span { border-color: rgb(221,232,255); }
td.TdClassName
{
border-color: #DDE8FF;
}
.TagClassName
{
border-color: #DDE8FF;
}
</style>