Shades of Solitude #DDECFA
Tints of Solitude #DDECFA
RGB
CMYK
RGB Variations
Color information
#DDECFA (or 0xDDECFA) is known color: Solitude. HEX triplet: DD, EC and FA. RGB value is (221,236,250). Sum of RGB (Red+Green+Blue) = 221+236+250=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECFA is #221305. Grayscale: #E9E9E9. Windows color (decimal): -2233094 or 16444637. OLE color: 16444637.
HSL color Cylindrical-coordinate representation of color #DDECFA: hue angle of 208.97º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDECFA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 236 | 250 | - |
CMYK | 0.12 | 0.06 | 0 | 0.02 |
HSL | 208.97º | 0.74% | 0.92% | - |
HSV(B) | 208.97º | 0.12% | 0.98% | - |
XYZ | 77.07 | 82.27 | 102.26 | - |
YUV | 233.11 | 137.53 | 119.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 250 | 0.12 | 0.06 | 0 | 0.02 | 208.97 | 0.74 | 0.92 |
Hex | DD | EC | FA | C | 6 | 0 | 2 | D1 | 4A | 5C |
Octal | 335 | 354 | 372 | 14 | 6 | 0 | 2 | 321 | 112 | 134 |
Binary | 11011101 | 11101100 | 11111010 | 1100 | 110 | 0 | 10 | 11010001 | 1001010 | 1011100 |
Color Harmonies of #DDECFA
Complementary color
Monochromatic Colors of #DDECFA
Black with #DDECFA
Text Example
Text Example
White with #DDECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECFA; }
p { color: rgb(221,236,250); }
H1.HeaderClassName
{
color: #DDECFA;
}
.AnyTagClassName
{
color: #DDECFA;
}
</style>
background-color css
<style>
a { background-color: #DDECFA; }
a { background-color: rgb(221,236,250); }
div.DivClassName
{
background-color: #DDECFA;
}
.BgClassName
{
background-color: #DDECFA;
}
</style>
border-color css
<style>
span { border-color: #DDECFA; }
span { border-color: rgb(221,236,250); }
td.TdClassName
{
border-color: #DDECFA;
}
.TagClassName
{
border-color: #DDECFA;
}
</style>