Shades of Solitude #DDEBFE
Tints of Solitude #DDEBFE
RGB
CMYK
RGB Variations
Color information
#DDEBFE (or 0xDDEBFE) is known color: Solitude. HEX triplet: DD, EB and FE. RGB value is (221,235,254). Sum of RGB (Red+Green+Blue) = 221+235+254=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBFE is #221401. Grayscale: #E8E8E8. Windows color (decimal): -2233346 or 16706525. OLE color: 16706525.
HSL color Cylindrical-coordinate representation of color #DDEBFE: hue angle of 214.55º 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 #DDEBFE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 235 | 254 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.00 |
| HSL | 214.55º | 0.94% | 0.93% | - |
| HSV(B) | 214.55º | 0.13% | 1% | - |
| XYZ | 77.42 | 81.94 | 105.5 | - |
| YUV | 232.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 254 | 0.13 | 0.07 | 0 | 0.00 | 214.55 | 0.94 | 0.93 |
| Hex | DD | EB | FE | D | 7 | 0 | 0 | D7 | 5E | 5D |
| Octal | 335 | 353 | 376 | 15 | 7 | 0 | 0 | 327 | 136 | 135 |
| Binary | 11011101 | 11101011 | 11111110 | 1101 | 111 | 0 | 0 | 11010111 | 1011110 | 1011101 |
Color Harmonies of #DDEBFE
Complementary color
Monochromatic Colors of #DDEBFE
Black with #DDEBFE
Text Example
Text Example
White with #DDEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBFE; }
p { color: rgb(221,235,254); }
H1.HeaderClassName
{
color: #DDEBFE;
}
.AnyTagClassName
{
color: #DDEBFE;
}
</style>
background-color css
<style>
a { background-color: #DDEBFE; }
a { background-color: rgb(221,235,254); }
div.DivClassName
{
background-color: #DDEBFE;
}
.BgClassName
{
background-color: #DDEBFE;
}
</style>
border-color css
<style>
span { border-color: #DDEBFE; }
span { border-color: rgb(221,235,254); }
td.TdClassName
{
border-color: #DDEBFE;
}
.TagClassName
{
border-color: #DDEBFE;
}
</style>