Shades of Solitude #DDE8FD
Tints of Solitude #DDE8FD
RGB
CMYK
RGB Variations
Color information
#DDE8FD (or 0xDDE8FD) is known color: Solitude. HEX triplet: DD, E8 and FD. RGB value is (221,232,253). Sum of RGB (Red+Green+Blue) = 221+232+253=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8FD is #221702. Grayscale: #E7E7E7. Windows color (decimal): -2234115 or 16640221. OLE color: 16640221.
HSL color Cylindrical-coordinate representation of color #DDE8FD: hue angle of 219.38º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE8FD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 232 | 253 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.01 |
| HSL | 219.38º | 0.89% | 0.93% | - |
| HSV(B) | 219.38º | 0.13% | 0.99% | - |
| XYZ | 76.41 | 80.18 | 104.38 | - |
| YUV | 231.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 253 | 0.13 | 0.08 | 0 | 0.01 | 219.38 | 0.89 | 0.93 |
| Hex | DD | E8 | FD | D | 8 | 0 | 1 | DB | 59 | 5D |
| Octal | 335 | 350 | 375 | 15 | 10 | 0 | 1 | 333 | 131 | 135 |
| Binary | 11011101 | 11101000 | 11111101 | 1101 | 1000 | 0 | 1 | 11011011 | 1011001 | 1011101 |
Color Harmonies of #DDE8FD
Complementary color
Monochromatic Colors of #DDE8FD
Black with #DDE8FD
Text Example
Text Example
White with #DDE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8FD; }
p { color: rgb(221,232,253); }
H1.HeaderClassName
{
color: #DDE8FD;
}
.AnyTagClassName
{
color: #DDE8FD;
}
</style>
background-color css
<style>
a { background-color: #DDE8FD; }
a { background-color: rgb(221,232,253); }
div.DivClassName
{
background-color: #DDE8FD;
}
.BgClassName
{
background-color: #DDE8FD;
}
</style>
border-color css
<style>
span { border-color: #DDE8FD; }
span { border-color: rgb(221,232,253); }
td.TdClassName
{
border-color: #DDE8FD;
}
.TagClassName
{
border-color: #DDE8FD;
}
</style>