Shades of Solitude #DDE5FD
Tints of Solitude #DDE5FD
RGB
CMYK
RGB Variations
Color information
#DDE5FD (or 0xDDE5FD) is known color: Solitude. HEX triplet: DD, E5 and FD. RGB value is (221,229,253). Sum of RGB (Red+Green+Blue) = 221+229+253=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5FD is #221A02. Grayscale: #E5E5E5. Windows color (decimal): -2234883 or 16639453. OLE color: 16639453.
HSL color Cylindrical-coordinate representation of color #DDE5FD: hue angle of 225º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE5FD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 229 | 253 | - |
CMYK | 0.13 | 0.09 | 0 | 0.01 |
HSL | 225º | 0.89% | 0.93% | - |
HSV(B) | 225º | 0.13% | 0.99% | - |
XYZ | 75.57 | 78.5 | 104.1 | - |
YUV | 229.34 | 141.35 | 122.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 229 | 253 | 0.13 | 0.09 | 0 | 0.01 | 225 | 0.89 | 0.93 |
Hex | DD | E5 | FD | D | 9 | 0 | 1 | E1 | 59 | 5D |
Octal | 335 | 345 | 375 | 15 | 11 | 0 | 1 | 341 | 131 | 135 |
Binary | 11011101 | 11100101 | 11111101 | 1101 | 1001 | 0 | 1 | 11100001 | 1011001 | 1011101 |
Color Harmonies of #DDE5FD
Complementary color
Monochromatic Colors of #DDE5FD
Black with #DDE5FD
Text Example
Text Example
White with #DDE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5FD; }
p { color: rgb(221,229,253); }
H1.HeaderClassName
{
color: #DDE5FD;
}
.AnyTagClassName
{
color: #DDE5FD;
}
</style>
background-color css
<style>
a { background-color: #DDE5FD; }
a { background-color: rgb(221,229,253); }
div.DivClassName
{
background-color: #DDE5FD;
}
.BgClassName
{
background-color: #DDE5FD;
}
</style>
border-color css
<style>
span { border-color: #DDE5FD; }
span { border-color: rgb(221,229,253); }
td.TdClassName
{
border-color: #DDE5FD;
}
.TagClassName
{
border-color: #DDE5FD;
}
</style>