Shades of Solitude #DDE4F2
Tints of Solitude #DDE4F2
RGB
CMYK
RGB Variations
Color information
#DDE4F2 (or 0xDDE4F2) is known color: Solitude. HEX triplet: DD, E4 and F2. RGB value is (221,228,242). Sum of RGB (Red+Green+Blue) = 221+228+242=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4F2 is #221B0D. Grayscale: #E3E3E3. Windows color (decimal): -2235150 or 15918301. OLE color: 15918301.
HSL color Cylindrical-coordinate representation of color #DDE4F2: hue angle of 220º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE4F2 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 228 | 242 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.05 |
| HSL | 220º | 0.45% | 0.91% | - |
| HSV(B) | 220º | 0.09% | 0.95% | - |
| XYZ | 73.59 | 77.27 | 95.04 | - |
| YUV | 227.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 242 | 0.09 | 0.06 | 0 | 0.05 | 220 | 0.45 | 0.91 |
| Hex | DD | E4 | F2 | 9 | 6 | 0 | 5 | DC | 2D | 5B |
| Octal | 335 | 344 | 362 | 11 | 6 | 0 | 5 | 334 | 55 | 133 |
| Binary | 11011101 | 11100100 | 11110010 | 1001 | 110 | 0 | 101 | 11011100 | 101101 | 1011011 |
Color Harmonies of #DDE4F2
Complementary color
Monochromatic Colors of #DDE4F2
Black with #DDE4F2
Text Example
Text Example
White with #DDE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4F2; }
p { color: rgb(221,228,242); }
H1.HeaderClassName
{
color: #DDE4F2;
}
.AnyTagClassName
{
color: #DDE4F2;
}
</style>
background-color css
<style>
a { background-color: #DDE4F2; }
a { background-color: rgb(221,228,242); }
div.DivClassName
{
background-color: #DDE4F2;
}
.BgClassName
{
background-color: #DDE4F2;
}
</style>
border-color css
<style>
span { border-color: #DDE4F2; }
span { border-color: rgb(221,228,242); }
td.TdClassName
{
border-color: #DDE4F2;
}
.TagClassName
{
border-color: #DDE4F2;
}
</style>