Shades of Solitude #DDEDFE
Tints of Solitude #DDEDFE
RGB
CMYK
RGB Variations
Color information
#DDEDFE (or 0xDDEDFE) is known color: Solitude. HEX triplet: DD, ED and FE. RGB value is (221,237,254). Sum of RGB (Red+Green+Blue) = 221+237+254=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDFE is #221201. Grayscale: #EAEAEA. Windows color (decimal): -2232834 or 16707037. OLE color: 16707037.
HSL color Cylindrical-coordinate representation of color #DDEDFE: hue angle of 210.91º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEDFE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 237 | 254 | - |
CMYK | 0.13 | 0.07 | 0 | 0.00 |
HSL | 210.91º | 0.94% | 0.93% | - |
HSV(B) | 210.91º | 0.13% | 1% | - |
XYZ | 77.99 | 83.1 | 105.69 | - |
YUV | 234.15 | 139.2 | 118.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 254 | 0.13 | 0.07 | 0 | 0.00 | 210.91 | 0.94 | 0.93 |
Hex | DD | ED | FE | D | 7 | 0 | 0 | D3 | 5E | 5D |
Octal | 335 | 355 | 376 | 15 | 7 | 0 | 0 | 323 | 136 | 135 |
Binary | 11011101 | 11101101 | 11111110 | 1101 | 111 | 0 | 0 | 11010011 | 1011110 | 1011101 |
Color Harmonies of #DDEDFE
Complementary color
Monochromatic Colors of #DDEDFE
Black with #DDEDFE
Text Example
Text Example
White with #DDEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDFE; }
p { color: rgb(221,237,254); }
H1.HeaderClassName
{
color: #DDEDFE;
}
.AnyTagClassName
{
color: #DDEDFE;
}
</style>
background-color css
<style>
a { background-color: #DDEDFE; }
a { background-color: rgb(221,237,254); }
div.DivClassName
{
background-color: #DDEDFE;
}
.BgClassName
{
background-color: #DDEDFE;
}
</style>
border-color css
<style>
span { border-color: #DDEDFE; }
span { border-color: rgb(221,237,254); }
td.TdClassName
{
border-color: #DDEDFE;
}
.TagClassName
{
border-color: #DDEDFE;
}
</style>