Shades of Solitude #DDEAFD
Tints of Solitude #DDEAFD
RGB
CMYK
RGB Variations
Color information
#DDEAFD (or 0xDDEAFD) is known color: Solitude. HEX triplet: DD, EA and FD. RGB value is (221,234,253). Sum of RGB (Red+Green+Blue) = 221+234+253=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAFD is #221502. Grayscale: #E8E8E8. Windows color (decimal): -2233603 or 16640733. OLE color: 16640733.
HSL color Cylindrical-coordinate representation of color #DDEAFD: hue angle of 215.62º 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 #DDEAFD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 234 | 253 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.01 |
| HSL | 215.63º | 0.89% | 0.93% | - |
| HSV(B) | 215.63º | 0.13% | 0.99% | - |
| XYZ | 76.97 | 81.31 | 104.57 | - |
| YUV | 232.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 253 | 0.13 | 0.08 | 0 | 0.01 | 215.63 | 0.89 | 0.93 |
| Hex | DD | EA | FD | D | 8 | 0 | 1 | D8 | 59 | 5D |
| Octal | 335 | 352 | 375 | 15 | 10 | 0 | 1 | 330 | 131 | 135 |
| Binary | 11011101 | 11101010 | 11111101 | 1101 | 1000 | 0 | 1 | 11011000 | 1011001 | 1011101 |
Color Harmonies of #DDEAFD
Complementary color
Monochromatic Colors of #DDEAFD
Black with #DDEAFD
Text Example
Text Example
White with #DDEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAFD; }
p { color: rgb(221,234,253); }
H1.HeaderClassName
{
color: #DDEAFD;
}
.AnyTagClassName
{
color: #DDEAFD;
}
</style>
background-color css
<style>
a { background-color: #DDEAFD; }
a { background-color: rgb(221,234,253); }
div.DivClassName
{
background-color: #DDEAFD;
}
.BgClassName
{
background-color: #DDEAFD;
}
</style>
border-color css
<style>
span { border-color: #DDEAFD; }
span { border-color: rgb(221,234,253); }
td.TdClassName
{
border-color: #DDEAFD;
}
.TagClassName
{
border-color: #DDEAFD;
}
</style>