Shades of Solitude #DDEAFA
Tints of Solitude #DDEAFA
RGB
CMYK
RGB Variations
Color information
#DDEAFA (or 0xDDEAFA) is known color: Solitude. HEX triplet: DD, EA and FA. RGB value is (221,234,250). Sum of RGB (Red+Green+Blue) = 221+234+250=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAFA is #221505. Grayscale: #E7E7E7. Windows color (decimal): -2233606 or 16444125. OLE color: 16444125.
HSL color Cylindrical-coordinate representation of color #DDEAFA: hue angle of 213.1º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEAFA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 234 | 250 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.02 |
| HSL | 213.1º | 0.74% | 0.92% | - |
| HSV(B) | 213.1º | 0.12% | 0.98% | - |
| XYZ | 76.5 | 81.12 | 102.07 | - |
| YUV | 231.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 250 | 0.12 | 0.06 | 0 | 0.02 | 213.1 | 0.74 | 0.92 |
| Hex | DD | EA | FA | C | 6 | 0 | 2 | D5 | 4A | 5C |
| Octal | 335 | 352 | 372 | 14 | 6 | 0 | 2 | 325 | 112 | 134 |
| Binary | 11011101 | 11101010 | 11111010 | 1100 | 110 | 0 | 10 | 11010101 | 1001010 | 1011100 |
Color Harmonies of #DDEAFA
Complementary color
Monochromatic Colors of #DDEAFA
Black with #DDEAFA
Text Example
Text Example
White with #DDEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAFA; }
p { color: rgb(221,234,250); }
H1.HeaderClassName
{
color: #DDEAFA;
}
.AnyTagClassName
{
color: #DDEAFA;
}
</style>
background-color css
<style>
a { background-color: #DDEAFA; }
a { background-color: rgb(221,234,250); }
div.DivClassName
{
background-color: #DDEAFA;
}
.BgClassName
{
background-color: #DDEAFA;
}
</style>
border-color css
<style>
span { border-color: #DDEAFA; }
span { border-color: rgb(221,234,250); }
td.TdClassName
{
border-color: #DDEAFA;
}
.TagClassName
{
border-color: #DDEAFA;
}
</style>