Shades of Solitude #DDEEFE
Tints of Solitude #DDEEFE
RGB
CMYK
RGB Variations
Color information
#DDEEFE (or 0xDDEEFE) is known color: Solitude. HEX triplet: DD, EE and FE. RGB value is (221,238,254). Sum of RGB (Red+Green+Blue) = 221+238+254=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFE is #221101. Grayscale: #EAEAEA. Windows color (decimal): -2232578 or 16707293. OLE color: 16707293.
HSL color Cylindrical-coordinate representation of color #DDEEFE: hue angle of 209.09º 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 #DDEEFE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 238 | 254 | - |
CMYK | 0.13 | 0.06 | 0 | 0.00 |
HSL | 209.09º | 0.94% | 0.93% | - |
HSV(B) | 209.09º | 0.13% | 1% | - |
XYZ | 78.28 | 83.68 | 105.79 | - |
YUV | 234.74 | 138.87 | 118.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 254 | 0.13 | 0.06 | 0 | 0.00 | 209.09 | 0.94 | 0.93 |
Hex | DD | EE | FE | D | 6 | 0 | 0 | D1 | 5E | 5D |
Octal | 335 | 356 | 376 | 15 | 6 | 0 | 0 | 321 | 136 | 135 |
Binary | 11011101 | 11101110 | 11111110 | 1101 | 110 | 0 | 0 | 11010001 | 1011110 | 1011101 |
Color Harmonies of #DDEEFE
Complementary color
Monochromatic Colors of #DDEEFE
Black with #DDEEFE
Text Example
Text Example
White with #DDEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEFE; }
p { color: rgb(221,238,254); }
H1.HeaderClassName
{
color: #DDEEFE;
}
.AnyTagClassName
{
color: #DDEEFE;
}
</style>
background-color css
<style>
a { background-color: #DDEEFE; }
a { background-color: rgb(221,238,254); }
div.DivClassName
{
background-color: #DDEEFE;
}
.BgClassName
{
background-color: #DDEEFE;
}
</style>
border-color css
<style>
span { border-color: #DDEEFE; }
span { border-color: rgb(221,238,254); }
td.TdClassName
{
border-color: #DDEEFE;
}
.TagClassName
{
border-color: #DDEEFE;
}
</style>