Shades of Solitude #DDE7F9
Tints of Solitude #DDE7F9
RGB
CMYK
RGB Variations
Color information
#DDE7F9 (or 0xDDE7F9) is known color: Solitude. HEX triplet: DD, E7 and F9. RGB value is (221,231,249). Sum of RGB (Red+Green+Blue) = 221+231+249=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7F9 is #221806. Grayscale: #E5E5E5. Windows color (decimal): -2234375 or 16377821. OLE color: 16377821.
HSL color Cylindrical-coordinate representation of color #DDE7F9: hue angle of 218.57º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE7F9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 231 | 249 | - |
CMYK | 0.11 | 0.07 | 0 | 0.02 |
HSL | 218.57º | 0.7% | 0.92% | - |
HSV(B) | 218.57º | 0.11% | 0.98% | - |
XYZ | 75.49 | 79.36 | 100.96 | - |
YUV | 230.06 | 138.69 | 121.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 231 | 249 | 0.11 | 0.07 | 0 | 0.02 | 218.57 | 0.7 | 0.92 |
Hex | DD | E7 | F9 | B | 7 | 0 | 2 | DB | 46 | 5C |
Octal | 335 | 347 | 371 | 13 | 7 | 0 | 2 | 333 | 106 | 134 |
Binary | 11011101 | 11100111 | 11111001 | 1011 | 111 | 0 | 10 | 11011011 | 1000110 | 1011100 |
Color Harmonies of #DDE7F9
Complementary color
Monochromatic Colors of #DDE7F9
Black with #DDE7F9
Text Example
Text Example
White with #DDE7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7F9; }
p { color: rgb(221,231,249); }
H1.HeaderClassName
{
color: #DDE7F9;
}
.AnyTagClassName
{
color: #DDE7F9;
}
</style>
background-color css
<style>
a { background-color: #DDE7F9; }
a { background-color: rgb(221,231,249); }
div.DivClassName
{
background-color: #DDE7F9;
}
.BgClassName
{
background-color: #DDE7F9;
}
</style>
border-color css
<style>
span { border-color: #DDE7F9; }
span { border-color: rgb(221,231,249); }
td.TdClassName
{
border-color: #DDE7F9;
}
.TagClassName
{
border-color: #DDE7F9;
}
</style>