Shades of Solitude #DDE5F5
Tints of Solitude #DDE5F5
RGB
CMYK
RGB Variations
Color information
#DDE5F5 (or 0xDDE5F5) is known color: Solitude. HEX triplet: DD, E5 and F5. RGB value is (221,229,245). Sum of RGB (Red+Green+Blue) = 221+229+245=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDE5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5F5 is #221A0A. Grayscale: #E4E4E4. Windows color (decimal): -2234891 or 16115165. OLE color: 16115165.
HSL color Cylindrical-coordinate representation of color #DDE5F5: hue angle of 220º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE5F5 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 229 | 245 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.04 |
| HSL | 220º | 0.55% | 0.91% | - |
| HSV(B) | 220º | 0.1% | 0.96% | - |
| XYZ | 74.32 | 78 | 97.53 | - |
| YUV | 228.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 245 | 0.10 | 0.07 | 0 | 0.04 | 220 | 0.55 | 0.91 |
| Hex | DD | E5 | F5 | A | 7 | 0 | 4 | DC | 37 | 5B |
| Octal | 335 | 345 | 365 | 12 | 7 | 0 | 4 | 334 | 67 | 133 |
| Binary | 11011101 | 11100101 | 11110101 | 1010 | 111 | 0 | 100 | 11011100 | 110111 | 1011011 |
Color Harmonies of #DDE5F5
Complementary color
Monochromatic Colors of #DDE5F5
Black with #DDE5F5
Text Example
Text Example
White with #DDE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5F5; }
p { color: rgb(221,229,245); }
H1.HeaderClassName
{
color: #DDE5F5;
}
.AnyTagClassName
{
color: #DDE5F5;
}
</style>
background-color css
<style>
a { background-color: #DDE5F5; }
a { background-color: rgb(221,229,245); }
div.DivClassName
{
background-color: #DDE5F5;
}
.BgClassName
{
background-color: #DDE5F5;
}
</style>
border-color css
<style>
span { border-color: #DDE5F5; }
span { border-color: rgb(221,229,245); }
td.TdClassName
{
border-color: #DDE5F5;
}
.TagClassName
{
border-color: #DDE5F5;
}
</style>