Shades of Solitude #DDECFD
Tints of Solitude #DDECFD
RGB
CMYK
RGB Variations
Color information
#DDECFD (or 0xDDECFD) is known color: Solitude. HEX triplet: DD, EC and FD. RGB value is (221,236,253). Sum of RGB (Red+Green+Blue) = 221+236+253=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECFD is #221302. Grayscale: #E9E9E9. Windows color (decimal): -2233091 or 16641245. OLE color: 16641245.
HSL color Cylindrical-coordinate representation of color #DDECFD: hue angle of 211.88º 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 #DDECFD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 236 | 253 | - |
CMYK | 0.13 | 0.07 | 0 | 0.01 |
HSL | 211.88º | 0.89% | 0.93% | - |
HSV(B) | 211.88º | 0.13% | 0.99% | - |
XYZ | 77.54 | 82.45 | 104.76 | - |
YUV | 233.45 | 139.03 | 119.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 253 | 0.13 | 0.07 | 0 | 0.01 | 211.88 | 0.89 | 0.93 |
Hex | DD | EC | FD | D | 7 | 0 | 1 | D4 | 59 | 5D |
Octal | 335 | 354 | 375 | 15 | 7 | 0 | 1 | 324 | 131 | 135 |
Binary | 11011101 | 11101100 | 11111101 | 1101 | 111 | 0 | 1 | 11010100 | 1011001 | 1011101 |
Color Harmonies of #DDECFD
Complementary color
Monochromatic Colors of #DDECFD
Black with #DDECFD
Text Example
Text Example
White with #DDECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECFD; }
p { color: rgb(221,236,253); }
H1.HeaderClassName
{
color: #DDECFD;
}
.AnyTagClassName
{
color: #DDECFD;
}
</style>
background-color css
<style>
a { background-color: #DDECFD; }
a { background-color: rgb(221,236,253); }
div.DivClassName
{
background-color: #DDECFD;
}
.BgClassName
{
background-color: #DDECFD;
}
</style>
border-color css
<style>
span { border-color: #DDECFD; }
span { border-color: rgb(221,236,253); }
td.TdClassName
{
border-color: #DDECFD;
}
.TagClassName
{
border-color: #DDECFD;
}
</style>