Shades of Solitude #DDEDFD
Tints of Solitude #DDEDFD
RGB
CMYK
RGB Variations
Color information
#DDEDFD (or 0xDDEDFD) is known color: Solitude. HEX triplet: DD, ED and FD. RGB value is (221,237,253). Sum of RGB (Red+Green+Blue) = 221+237+253=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDFD is #221202. Grayscale: #E9E9E9. Windows color (decimal): -2232835 or 16641501. OLE color: 16641501.
HSL color Cylindrical-coordinate representation of color #DDEDFD: hue angle of 210º 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 #DDEDFD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 237 | 253 | - |
CMYK | 0.13 | 0.06 | 0 | 0.01 |
HSL | 210º | 0.89% | 0.93% | - |
HSV(B) | 210º | 0.13% | 0.99% | - |
XYZ | 77.83 | 83.03 | 104.85 | - |
YUV | 234.04 | 138.7 | 118.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 253 | 0.13 | 0.06 | 0 | 0.01 | 210 | 0.89 | 0.93 |
Hex | DD | ED | FD | D | 6 | 0 | 1 | D2 | 59 | 5D |
Octal | 335 | 355 | 375 | 15 | 6 | 0 | 1 | 322 | 131 | 135 |
Binary | 11011101 | 11101101 | 11111101 | 1101 | 110 | 0 | 1 | 11010010 | 1011001 | 1011101 |
Color Harmonies of #DDEDFD
Complementary color
Monochromatic Colors of #DDEDFD
Black with #DDEDFD
Text Example
Text Example
White with #DDEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDFD; }
p { color: rgb(221,237,253); }
H1.HeaderClassName
{
color: #DDEDFD;
}
.AnyTagClassName
{
color: #DDEDFD;
}
</style>
background-color css
<style>
a { background-color: #DDEDFD; }
a { background-color: rgb(221,237,253); }
div.DivClassName
{
background-color: #DDEDFD;
}
.BgClassName
{
background-color: #DDEDFD;
}
</style>
border-color css
<style>
span { border-color: #DDEDFD; }
span { border-color: rgb(221,237,253); }
td.TdClassName
{
border-color: #DDEDFD;
}
.TagClassName
{
border-color: #DDEDFD;
}
</style>