Shades of Solitude #DDE6FD
Tints of Solitude #DDE6FD
RGB
CMYK
RGB Variations
Color information
#DDE6FD (or 0xDDE6FD) is known color: Solitude. HEX triplet: DD, E6 and FD. RGB value is (221,230,253). Sum of RGB (Red+Green+Blue) = 221+230+253=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6FD is #221902. Grayscale: #E5E5E5. Windows color (decimal): -2234627 or 16639709. OLE color: 16639709.
HSL color Cylindrical-coordinate representation of color #DDE6FD: hue angle of 223.12º 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 #DDE6FD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 230 | 253 | - |
CMYK | 0.13 | 0.09 | 0 | 0.01 |
HSL | 223.13º | 0.89% | 0.93% | - |
HSV(B) | 223.13º | 0.13% | 0.99% | - |
XYZ | 75.85 | 79.06 | 104.19 | - |
YUV | 229.93 | 141.02 | 121.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 230 | 253 | 0.13 | 0.09 | 0 | 0.01 | 223.13 | 0.89 | 0.93 |
Hex | DD | E6 | FD | D | 9 | 0 | 1 | DF | 59 | 5D |
Octal | 335 | 346 | 375 | 15 | 11 | 0 | 1 | 337 | 131 | 135 |
Binary | 11011101 | 11100110 | 11111101 | 1101 | 1001 | 0 | 1 | 11011111 | 1011001 | 1011101 |
Color Harmonies of #DDE6FD
Complementary color
Monochromatic Colors of #DDE6FD
Black with #DDE6FD
Text Example
Text Example
White with #DDE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6FD; }
p { color: rgb(221,230,253); }
H1.HeaderClassName
{
color: #DDE6FD;
}
.AnyTagClassName
{
color: #DDE6FD;
}
</style>
background-color css
<style>
a { background-color: #DDE6FD; }
a { background-color: rgb(221,230,253); }
div.DivClassName
{
background-color: #DDE6FD;
}
.BgClassName
{
background-color: #DDE6FD;
}
</style>
border-color css
<style>
span { border-color: #DDE6FD; }
span { border-color: rgb(221,230,253); }
td.TdClassName
{
border-color: #DDE6FD;
}
.TagClassName
{
border-color: #DDE6FD;
}
</style>