Shades of Alice Blue #DDEFFE
Tints of Alice Blue #DDEFFE
RGB
CMYK
RGB Variations
Color information
#DDEFFE (or 0xDDEFFE) is known color: Alice Blue. HEX triplet: DD, EF and FE. RGB value is (221,239,254). Sum of RGB (Red+Green+Blue) = 221+239+254=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFFE is #221001. Grayscale: #EBEBEB. Windows color (decimal): -2232322 or 16707549. OLE color: 16707549.
HSL color Cylindrical-coordinate representation of color #DDEFFE: hue angle of 207.27º 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 #DDEFFE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 239 | 254 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.00 |
| HSL | 207.27º | 0.94% | 0.93% | - |
| HSV(B) | 207.27º | 0.13% | 1% | - |
| XYZ | 78.57 | 84.26 | 105.89 | - |
| YUV | 235.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 254 | 0.13 | 0.06 | 0 | 0.00 | 207.27 | 0.94 | 0.93 |
| Hex | DD | EF | FE | D | 6 | 0 | 0 | CF | 5E | 5D |
| Octal | 335 | 357 | 376 | 15 | 6 | 0 | 0 | 317 | 136 | 135 |
| Binary | 11011101 | 11101111 | 11111110 | 1101 | 110 | 0 | 0 | 11001111 | 1011110 | 1011101 |
Color Harmonies of #DDEFFE
Complementary color
Monochromatic Colors of #DDEFFE
Black with #DDEFFE
Text Example
Text Example
White with #DDEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFFE; }
p { color: rgb(221,239,254); }
H1.HeaderClassName
{
color: #DDEFFE;
}
.AnyTagClassName
{
color: #DDEFFE;
}
</style>
background-color css
<style>
a { background-color: #DDEFFE; }
a { background-color: rgb(221,239,254); }
div.DivClassName
{
background-color: #DDEFFE;
}
.BgClassName
{
background-color: #DDEFFE;
}
</style>
border-color css
<style>
span { border-color: #DDEFFE; }
span { border-color: rgb(221,239,254); }
td.TdClassName
{
border-color: #DDEFFE;
}
.TagClassName
{
border-color: #DDEFFE;
}
</style>