Shades of Solitude #DDE5FB
Tints of Solitude #DDE5FB
RGB
CMYK
RGB Variations
Color information
#DDE5FB (or 0xDDE5FB) is known color: Solitude. HEX triplet: DD, E5 and FB. RGB value is (221,229,251). Sum of RGB (Red+Green+Blue) = 221+229+251=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5FB is #221A04. Grayscale: #E5E5E5. Windows color (decimal): -2234885 or 16508381. OLE color: 16508381.
HSL color Cylindrical-coordinate representation of color #DDE5FB: hue angle of 224º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE5FB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 229 | 251 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.02 |
| HSL | 224º | 0.79% | 0.93% | - |
| HSV(B) | 224º | 0.12% | 0.98% | - |
| XYZ | 75.25 | 78.38 | 102.43 | - |
| YUV | 229.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 251 | 0.12 | 0.09 | 0 | 0.02 | 224 | 0.79 | 0.93 |
| Hex | DD | E5 | FB | C | 9 | 0 | 2 | E0 | 4F | 5D |
| Octal | 335 | 345 | 373 | 14 | 11 | 0 | 2 | 340 | 117 | 135 |
| Binary | 11011101 | 11100101 | 11111011 | 1100 | 1001 | 0 | 10 | 11100000 | 1001111 | 1011101 |
Color Harmonies of #DDE5FB
Complementary color
Monochromatic Colors of #DDE5FB
Black with #DDE5FB
Text Example
Text Example
White with #DDE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5FB; }
p { color: rgb(221,229,251); }
H1.HeaderClassName
{
color: #DDE5FB;
}
.AnyTagClassName
{
color: #DDE5FB;
}
</style>
background-color css
<style>
a { background-color: #DDE5FB; }
a { background-color: rgb(221,229,251); }
div.DivClassName
{
background-color: #DDE5FB;
}
.BgClassName
{
background-color: #DDE5FB;
}
</style>
border-color css
<style>
span { border-color: #DDE5FB; }
span { border-color: rgb(221,229,251); }
td.TdClassName
{
border-color: #DDE5FB;
}
.TagClassName
{
border-color: #DDE5FB;
}
</style>