Shades of Solitude #DDEDFF
Tints of Solitude #DDEDFF
RGB
CMYK
RGB Variations
Color information
#DDEDFF (or 0xDDEDFF) is known color: Solitude. HEX triplet: DD, ED and FF. RGB value is (221,237,255). Sum of RGB (Red+Green+Blue) = 221+237+255=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDFF is #221200. Grayscale: #EAEAEA. Windows color (decimal): -2232833 or 16772573. OLE color: 16772573.
HSL color Cylindrical-coordinate representation of color #DDEDFF: hue angle of 211.76º 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 #DDEDFF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 237 | 255 | - |
CMYK | 0.13 | 0.07 | 0 | 0 |
HSL | 211.76º | 1% | 0.93% | - |
HSV(B) | 211.76º | 0.13% | 1% | - |
XYZ | 78.15 | 83.16 | 106.54 | - |
YUV | 234.27 | 139.7 | 118.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 255 | 0.13 | 0.07 | 0 | 0 | 211.76 | 1 | 0.93 |
Hex | DD | ED | FF | D | 7 | 0 | 0 | D4 | 64 | 5D |
Octal | 335 | 355 | 377 | 15 | 7 | 0 | 0 | 324 | 144 | 135 |
Binary | 11011101 | 11101101 | 11111111 | 1101 | 111 | 0 | 0 | 11010100 | 1100100 | 1011101 |
Color Harmonies of #DDEDFF
Complementary color
Monochromatic Colors of #DDEDFF
Black with #DDEDFF
Text Example
Text Example
White with #DDEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDFF; }
p { color: rgb(221,237,255); }
H1.HeaderClassName
{
color: #DDEDFF;
}
.AnyTagClassName
{
color: #DDEDFF;
}
</style>
background-color css
<style>
a { background-color: #DDEDFF; }
a { background-color: rgb(221,237,255); }
div.DivClassName
{
background-color: #DDEDFF;
}
.BgClassName
{
background-color: #DDEDFF;
}
</style>
border-color css
<style>
span { border-color: #DDEDFF; }
span { border-color: rgb(221,237,255); }
td.TdClassName
{
border-color: #DDEDFF;
}
.TagClassName
{
border-color: #DDEDFF;
}
</style>