Shades of Solitude #DDEDFC
Tints of Solitude #DDEDFC
RGB
CMYK
RGB Variations
Color information
#DDEDFC (or 0xDDEDFC) is known color: Solitude. HEX triplet: DD, ED and FC. RGB value is (221,237,252). Sum of RGB (Red+Green+Blue) = 221+237+252=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDFC is #221203. Grayscale: #E9E9E9. Windows color (decimal): -2232836 or 16575965. OLE color: 16575965.
HSL color Cylindrical-coordinate representation of color #DDEDFC: hue angle of 209.03º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEDFC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 237 | 252 | - |
CMYK | 0.12 | 0.06 | 0 | 0.01 |
HSL | 209.03º | 0.84% | 0.93% | - |
HSV(B) | 209.03º | 0.12% | 0.99% | - |
XYZ | 77.67 | 82.97 | 104.02 | - |
YUV | 233.93 | 138.2 | 118.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 252 | 0.12 | 0.06 | 0 | 0.01 | 209.03 | 0.84 | 0.93 |
Hex | DD | ED | FC | C | 6 | 0 | 1 | D1 | 54 | 5D |
Octal | 335 | 355 | 374 | 14 | 6 | 0 | 1 | 321 | 124 | 135 |
Binary | 11011101 | 11101101 | 11111100 | 1100 | 110 | 0 | 1 | 11010001 | 1010100 | 1011101 |
Color Harmonies of #DDEDFC
Complementary color
Monochromatic Colors of #DDEDFC
Black with #DDEDFC
Text Example
Text Example
White with #DDEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDFC; }
p { color: rgb(221,237,252); }
H1.HeaderClassName
{
color: #DDEDFC;
}
.AnyTagClassName
{
color: #DDEDFC;
}
</style>
background-color css
<style>
a { background-color: #DDEDFC; }
a { background-color: rgb(221,237,252); }
div.DivClassName
{
background-color: #DDEDFC;
}
.BgClassName
{
background-color: #DDEDFC;
}
</style>
border-color css
<style>
span { border-color: #DDEDFC; }
span { border-color: rgb(221,237,252); }
td.TdClassName
{
border-color: #DDEDFC;
}
.TagClassName
{
border-color: #DDEDFC;
}
</style>