Shades of Solitude #DDE4F0
Tints of Solitude #DDE4F0
RGB
CMYK
RGB Variations
Color information
#DDE4F0 (or 0xDDE4F0) is known color: Solitude. HEX triplet: DD, E4 and F0. RGB value is (221,228,240). Sum of RGB (Red+Green+Blue) = 221+228+240=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDE4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4F0 is #221B0F. Grayscale: #E3E3E3. Windows color (decimal): -2235152 or 15787229. OLE color: 15787229.
HSL color Cylindrical-coordinate representation of color #DDE4F0: hue angle of 217.89º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE4F0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 228 | 240 | - |
CMYK | 0.08 | 0.05 | 0 | 0.06 |
HSL | 217.89º | 0.39% | 0.9% | - |
HSV(B) | 217.89º | 0.08% | 0.94% | - |
XYZ | 73.29 | 77.15 | 93.47 | - |
YUV | 227.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 228 | 240 | 0.08 | 0.05 | 0 | 0.06 | 217.89 | 0.39 | 0.9 |
Hex | DD | E4 | F0 | 8 | 5 | 0 | 6 | DA | 27 | 5A |
Octal | 335 | 344 | 360 | 10 | 5 | 0 | 6 | 332 | 47 | 132 |
Binary | 11011101 | 11100100 | 11110000 | 1000 | 101 | 0 | 110 | 11011010 | 100111 | 1011010 |
Color Harmonies of #DDE4F0
Complementary color
Monochromatic Colors of #DDE4F0
Black with #DDE4F0
Text Example
Text Example
White with #DDE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4F0; }
p { color: rgb(221,228,240); }
H1.HeaderClassName
{
color: #DDE4F0;
}
.AnyTagClassName
{
color: #DDE4F0;
}
</style>
background-color css
<style>
a { background-color: #DDE4F0; }
a { background-color: rgb(221,228,240); }
div.DivClassName
{
background-color: #DDE4F0;
}
.BgClassName
{
background-color: #DDE4F0;
}
</style>
border-color css
<style>
span { border-color: #DDE4F0; }
span { border-color: rgb(221,228,240); }
td.TdClassName
{
border-color: #DDE4F0;
}
.TagClassName
{
border-color: #DDE4F0;
}
</style>