Shades of Solitude #DDEAFF
Tints of Solitude #DDEAFF
RGB
CMYK
RGB Variations
Color information
#DDEAFF (or 0xDDEAFF) is known color: Solitude. HEX triplet: DD, EA and FF. RGB value is (221,234,255). Sum of RGB (Red+Green+Blue) = 221+234+255=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAFF is #221500. Grayscale: #E8E8E8. Windows color (decimal): -2233601 or 16771805. OLE color: 16771805.
HSL color Cylindrical-coordinate representation of color #DDEAFF: hue angle of 217.06º 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 #DDEAFF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 234 | 255 | - |
| CMYK | 0.13 | 0.08 | 0 | 0 |
| HSL | 217.06º | 1% | 0.93% | - |
| HSV(B) | 217.06º | 0.13% | 1% | - |
| XYZ | 77.29 | 81.44 | 106.25 | - |
| YUV | 232.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 255 | 0.13 | 0.08 | 0 | 0 | 217.06 | 1 | 0.93 |
| Hex | DD | EA | FF | D | 8 | 0 | 0 | D9 | 64 | 5D |
| Octal | 335 | 352 | 377 | 15 | 10 | 0 | 0 | 331 | 144 | 135 |
| Binary | 11011101 | 11101010 | 11111111 | 1101 | 1000 | 0 | 0 | 11011001 | 1100100 | 1011101 |
Color Harmonies of #DDEAFF
Complementary color
Monochromatic Colors of #DDEAFF
Black with #DDEAFF
Text Example
Text Example
White with #DDEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAFF; }
p { color: rgb(221,234,255); }
H1.HeaderClassName
{
color: #DDEAFF;
}
.AnyTagClassName
{
color: #DDEAFF;
}
</style>
background-color css
<style>
a { background-color: #DDEAFF; }
a { background-color: rgb(221,234,255); }
div.DivClassName
{
background-color: #DDEAFF;
}
.BgClassName
{
background-color: #DDEAFF;
}
</style>
border-color css
<style>
span { border-color: #DDEAFF; }
span { border-color: rgb(221,234,255); }
td.TdClassName
{
border-color: #DDEAFF;
}
.TagClassName
{
border-color: #DDEAFF;
}
</style>