Shades of Solitude #DDE8F4
Tints of Solitude #DDE8F4
RGB
CMYK
RGB Variations
Color information
#DDE8F4 (or 0xDDE8F4) is known color: Solitude. HEX triplet: DD, E8 and F4. RGB value is (221,232,244). Sum of RGB (Red+Green+Blue) = 221+232+244=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F4 is #22170B. Grayscale: #E6E6E6. Windows color (decimal): -2234124 or 16050397. OLE color: 16050397.
HSL color Cylindrical-coordinate representation of color #DDE8F4: hue angle of 211.3º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE8F4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 232 | 244 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.04 |
| HSL | 211.3º | 0.51% | 0.91% | - |
| HSV(B) | 211.3º | 0.09% | 0.96% | - |
| XYZ | 75 | 79.62 | 97 | - |
| YUV | 230.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 244 | 0.09 | 0.05 | 0 | 0.04 | 211.3 | 0.51 | 0.91 |
| Hex | DD | E8 | F4 | 9 | 5 | 0 | 4 | D3 | 33 | 5B |
| Octal | 335 | 350 | 364 | 11 | 5 | 0 | 4 | 323 | 63 | 133 |
| Binary | 11011101 | 11101000 | 11110100 | 1001 | 101 | 0 | 100 | 11010011 | 110011 | 1011011 |
Color Harmonies of #DDE8F4
Complementary color
Monochromatic Colors of #DDE8F4
Black with #DDE8F4
Text Example
Text Example
White with #DDE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F4; }
p { color: rgb(221,232,244); }
H1.HeaderClassName
{
color: #DDE8F4;
}
.AnyTagClassName
{
color: #DDE8F4;
}
</style>
background-color css
<style>
a { background-color: #DDE8F4; }
a { background-color: rgb(221,232,244); }
div.DivClassName
{
background-color: #DDE8F4;
}
.BgClassName
{
background-color: #DDE8F4;
}
</style>
border-color css
<style>
span { border-color: #DDE8F4; }
span { border-color: rgb(221,232,244); }
td.TdClassName
{
border-color: #DDE8F4;
}
.TagClassName
{
border-color: #DDE8F4;
}
</style>