Shades of Solitude #DDE5FC
Tints of Solitude #DDE5FC
RGB
CMYK
RGB Variations
Color information
#DDE5FC (or 0xDDE5FC) is known color: Solitude. HEX triplet: DD, E5 and FC. RGB value is (221,229,252). Sum of RGB (Red+Green+Blue) = 221+229+252=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5FC is #221A03. Grayscale: #E5E5E5. Windows color (decimal): -2234884 or 16573917. OLE color: 16573917.
HSL color Cylindrical-coordinate representation of color #DDE5FC: hue angle of 224.52º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE5FC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 229 | 252 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.01 |
| HSL | 224.52º | 0.84% | 0.93% | - |
| HSV(B) | 224.52º | 0.12% | 0.99% | - |
| XYZ | 75.41 | 78.44 | 103.26 | - |
| YUV | 229.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 252 | 0.12 | 0.09 | 0 | 0.01 | 224.52 | 0.84 | 0.93 |
| Hex | DD | E5 | FC | C | 9 | 0 | 1 | E1 | 54 | 5D |
| Octal | 335 | 345 | 374 | 14 | 11 | 0 | 1 | 341 | 124 | 135 |
| Binary | 11011101 | 11100101 | 11111100 | 1100 | 1001 | 0 | 1 | 11100001 | 1010100 | 1011101 |
Color Harmonies of #DDE5FC
Complementary color
Monochromatic Colors of #DDE5FC
Black with #DDE5FC
Text Example
Text Example
White with #DDE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5FC; }
p { color: rgb(221,229,252); }
H1.HeaderClassName
{
color: #DDE5FC;
}
.AnyTagClassName
{
color: #DDE5FC;
}
</style>
background-color css
<style>
a { background-color: #DDE5FC; }
a { background-color: rgb(221,229,252); }
div.DivClassName
{
background-color: #DDE5FC;
}
.BgClassName
{
background-color: #DDE5FC;
}
</style>
border-color css
<style>
span { border-color: #DDE5FC; }
span { border-color: rgb(221,229,252); }
td.TdClassName
{
border-color: #DDE5FC;
}
.TagClassName
{
border-color: #DDE5FC;
}
</style>