Shades of Solitude #DDEAFC
Tints of Solitude #DDEAFC
RGB
CMYK
RGB Variations
Color information
#DDEAFC (or 0xDDEAFC) is known color: Solitude. HEX triplet: DD, EA and FC. RGB value is (221,234,252). Sum of RGB (Red+Green+Blue) = 221+234+252=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAFC is #221503. Grayscale: #E8E8E8. Windows color (decimal): -2233604 or 16575197. OLE color: 16575197.
HSL color Cylindrical-coordinate representation of color #DDEAFC: hue angle of 214.84º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEAFC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 234 | 252 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.01 |
| HSL | 214.84º | 0.84% | 0.93% | - |
| HSV(B) | 214.84º | 0.12% | 0.99% | - |
| XYZ | 76.81 | 81.25 | 103.73 | - |
| YUV | 232.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 252 | 0.12 | 0.07 | 0 | 0.01 | 214.84 | 0.84 | 0.93 |
| Hex | DD | EA | FC | C | 7 | 0 | 1 | D7 | 54 | 5D |
| Octal | 335 | 352 | 374 | 14 | 7 | 0 | 1 | 327 | 124 | 135 |
| Binary | 11011101 | 11101010 | 11111100 | 1100 | 111 | 0 | 1 | 11010111 | 1010100 | 1011101 |
Color Harmonies of #DDEAFC
Complementary color
Monochromatic Colors of #DDEAFC
Black with #DDEAFC
Text Example
Text Example
White with #DDEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAFC; }
p { color: rgb(221,234,252); }
H1.HeaderClassName
{
color: #DDEAFC;
}
.AnyTagClassName
{
color: #DDEAFC;
}
</style>
background-color css
<style>
a { background-color: #DDEAFC; }
a { background-color: rgb(221,234,252); }
div.DivClassName
{
background-color: #DDEAFC;
}
.BgClassName
{
background-color: #DDEAFC;
}
</style>
border-color css
<style>
span { border-color: #DDEAFC; }
span { border-color: rgb(221,234,252); }
td.TdClassName
{
border-color: #DDEAFC;
}
.TagClassName
{
border-color: #DDEAFC;
}
</style>