Shades of Solitude #DDE8F9
Tints of Solitude #DDE8F9
RGB
CMYK
RGB Variations
Color information
#DDE8F9 (or 0xDDE8F9) is known color: Solitude. HEX triplet: DD, E8 and F9. RGB value is (221,232,249). Sum of RGB (Red+Green+Blue) = 221+232+249=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 232 (91.02% from 255 or 33.05% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F9 is #221706. Grayscale: #E6E6E6. Windows color (decimal): -2234119 or 16378077. OLE color: 16378077.
HSL color Cylindrical-coordinate representation of color #DDE8F9: hue angle of 216.43º 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 #DDE8F9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 232 | 249 | - |
CMYK | 0.11 | 0.07 | 0 | 0.02 |
HSL | 216.43º | 0.7% | 0.92% | - |
HSV(B) | 216.43º | 0.11% | 0.98% | - |
XYZ | 75.77 | 79.92 | 101.06 | - |
YUV | 230.65 | 138.36 | 121.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 232 | 249 | 0.11 | 0.07 | 0 | 0.02 | 216.43 | 0.7 | 0.92 |
Hex | DD | E8 | F9 | B | 7 | 0 | 2 | D8 | 46 | 5C |
Octal | 335 | 350 | 371 | 13 | 7 | 0 | 2 | 330 | 106 | 134 |
Binary | 11011101 | 11101000 | 11111001 | 1011 | 111 | 0 | 10 | 11011000 | 1000110 | 1011100 |
Color Harmonies of #DDE8F9
Complementary color
Monochromatic Colors of #DDE8F9
Black with #DDE8F9
Text Example
Text Example
White with #DDE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F9; }
p { color: rgb(221,232,249); }
H1.HeaderClassName
{
color: #DDE8F9;
}
.AnyTagClassName
{
color: #DDE8F9;
}
</style>
background-color css
<style>
a { background-color: #DDE8F9; }
a { background-color: rgb(221,232,249); }
div.DivClassName
{
background-color: #DDE8F9;
}
.BgClassName
{
background-color: #DDE8F9;
}
</style>
border-color css
<style>
span { border-color: #DDE8F9; }
span { border-color: rgb(221,232,249); }
td.TdClassName
{
border-color: #DDE8F9;
}
.TagClassName
{
border-color: #DDE8F9;
}
</style>