Shades of Solitude #DDECFF
Tints of Solitude #DDECFF
RGB
CMYK
RGB Variations
Color information
#DDECFF (or 0xDDECFF) is known color: Solitude. HEX triplet: DD, EC and FF. RGB value is (221,236,255). Sum of RGB (Red+Green+Blue) = 221+236+255=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECFF is #221300. Grayscale: #E9E9E9. Windows color (decimal): -2233089 or 16772317. OLE color: 16772317.
HSL color Cylindrical-coordinate representation of color #DDECFF: hue angle of 213.53º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDECFF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 236 | 255 | - |
CMYK | 0.13 | 0.07 | 0 | 0 |
HSL | 213.53º | 1% | 0.93% | - |
HSV(B) | 213.53º | 0.13% | 1% | - |
XYZ | 77.86 | 82.58 | 106.44 | - |
YUV | 233.68 | 140.03 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 255 | 0.13 | 0.07 | 0 | 0 | 213.53 | 1 | 0.93 |
Hex | DD | EC | FF | D | 7 | 0 | 0 | D6 | 64 | 5D |
Octal | 335 | 354 | 377 | 15 | 7 | 0 | 0 | 326 | 144 | 135 |
Binary | 11011101 | 11101100 | 11111111 | 1101 | 111 | 0 | 0 | 11010110 | 1100100 | 1011101 |
Color Harmonies of #DDECFF
Complementary color
Monochromatic Colors of #DDECFF
Black with #DDECFF
Text Example
Text Example
White with #DDECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECFF; }
p { color: rgb(221,236,255); }
H1.HeaderClassName
{
color: #DDECFF;
}
.AnyTagClassName
{
color: #DDECFF;
}
</style>
background-color css
<style>
a { background-color: #DDECFF; }
a { background-color: rgb(221,236,255); }
div.DivClassName
{
background-color: #DDECFF;
}
.BgClassName
{
background-color: #DDECFF;
}
</style>
border-color css
<style>
span { border-color: #DDECFF; }
span { border-color: rgb(221,236,255); }
td.TdClassName
{
border-color: #DDECFF;
}
.TagClassName
{
border-color: #DDECFF;
}
</style>