Shades of Solitude #DDE6F4
Tints of Solitude #DDE6F4
RGB
CMYK
RGB Variations
Color information
#DDE6F4 (or 0xDDE6F4) is known color: Solitude. HEX triplet: DD, E6 and F4. RGB value is (221,230,244). Sum of RGB (Red+Green+Blue) = 221+230+244=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDE6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6F4 is #22190B. Grayscale: #E4E4E4. Windows color (decimal): -2234636 or 16049885. OLE color: 16049885.
HSL color Cylindrical-coordinate representation of color #DDE6F4: hue angle of 216.52º 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 #DDE6F4 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 230 | 244 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.04 |
| HSL | 216.52º | 0.51% | 0.91% | - |
| HSV(B) | 216.52º | 0.09% | 0.96% | - |
| XYZ | 74.44 | 78.5 | 96.82 | - |
| YUV | 228.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 244 | 0.09 | 0.06 | 0 | 0.04 | 216.52 | 0.51 | 0.91 |
| Hex | DD | E6 | F4 | 9 | 6 | 0 | 4 | D9 | 33 | 5B |
| Octal | 335 | 346 | 364 | 11 | 6 | 0 | 4 | 331 | 63 | 133 |
| Binary | 11011101 | 11100110 | 11110100 | 1001 | 110 | 0 | 100 | 11011001 | 110011 | 1011011 |
Color Harmonies of #DDE6F4
Complementary color
Monochromatic Colors of #DDE6F4
Black with #DDE6F4
Text Example
Text Example
White with #DDE6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6F4; }
p { color: rgb(221,230,244); }
H1.HeaderClassName
{
color: #DDE6F4;
}
.AnyTagClassName
{
color: #DDE6F4;
}
</style>
background-color css
<style>
a { background-color: #DDE6F4; }
a { background-color: rgb(221,230,244); }
div.DivClassName
{
background-color: #DDE6F4;
}
.BgClassName
{
background-color: #DDE6F4;
}
</style>
border-color css
<style>
span { border-color: #DDE6F4; }
span { border-color: rgb(221,230,244); }
td.TdClassName
{
border-color: #DDE6F4;
}
.TagClassName
{
border-color: #DDE6F4;
}
</style>