Shades of Solitude #DDE9FA
Tints of Solitude #DDE9FA
RGB
CMYK
RGB Variations
Color information
#DDE9FA (or 0xDDE9FA) is known color: Solitude. HEX triplet: DD, E9 and FA. RGB value is (221,233,250). Sum of RGB (Red+Green+Blue) = 221+233+250=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9FA is #221605. Grayscale: #E7E7E7. Windows color (decimal): -2233862 or 16443869. OLE color: 16443869.
HSL color Cylindrical-coordinate representation of color #DDE9FA: hue angle of 215.17º 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 #DDE9FA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 233 | 250 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.02 |
| HSL | 215.17º | 0.74% | 0.92% | - |
| HSV(B) | 215.17º | 0.12% | 0.98% | - |
| XYZ | 76.21 | 80.55 | 101.97 | - |
| YUV | 231.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 250 | 0.12 | 0.07 | 0 | 0.02 | 215.17 | 0.74 | 0.92 |
| Hex | DD | E9 | FA | C | 7 | 0 | 2 | D7 | 4A | 5C |
| Octal | 335 | 351 | 372 | 14 | 7 | 0 | 2 | 327 | 112 | 134 |
| Binary | 11011101 | 11101001 | 11111010 | 1100 | 111 | 0 | 10 | 11010111 | 1001010 | 1011100 |
Color Harmonies of #DDE9FA
Complementary color
Monochromatic Colors of #DDE9FA
Black with #DDE9FA
Text Example
Text Example
White with #DDE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9FA; }
p { color: rgb(221,233,250); }
H1.HeaderClassName
{
color: #DDE9FA;
}
.AnyTagClassName
{
color: #DDE9FA;
}
</style>
background-color css
<style>
a { background-color: #DDE9FA; }
a { background-color: rgb(221,233,250); }
div.DivClassName
{
background-color: #DDE9FA;
}
.BgClassName
{
background-color: #DDE9FA;
}
</style>
border-color css
<style>
span { border-color: #DDE9FA; }
span { border-color: rgb(221,233,250); }
td.TdClassName
{
border-color: #DDE9FA;
}
.TagClassName
{
border-color: #DDE9FA;
}
</style>