Shades of Alice Blue #DEEFFE
Tints of Alice Blue #DEEFFE
RGB
CMYK
RGB Variations
Color information
#DEEFFE (or 0xDEEFFE) is known color: Alice Blue. HEX triplet: DE, EF and FE. RGB value is (222,239,254). Sum of RGB (Red+Green+Blue) = 222+239+254=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFFE is #211001. Grayscale: #EBEBEB. Windows color (decimal): -2166786 or 16707550. OLE color: 16707550.
HSL color Cylindrical-coordinate representation of color #DEEFFE: hue angle of 208.12º 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 #DEEFFE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 239 | 254 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.00 |
| HSL | 208.13º | 0.94% | 0.93% | - |
| HSV(B) | 208.13º | 0.13% | 1% | - |
| XYZ | 78.88 | 84.42 | 105.9 | - |
| YUV | 235.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 254 | 0.13 | 0.06 | 0 | 0.00 | 208.13 | 0.94 | 0.93 |
| Hex | DE | EF | FE | D | 6 | 0 | 0 | D0 | 5E | 5D |
| Octal | 336 | 357 | 376 | 15 | 6 | 0 | 0 | 320 | 136 | 135 |
| Binary | 11011110 | 11101111 | 11111110 | 1101 | 110 | 0 | 0 | 11010000 | 1011110 | 1011101 |
Color Harmonies of #DEEFFE
Complementary color
Monochromatic Colors of #DEEFFE
Black with #DEEFFE
Text Example
Text Example
White with #DEEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFFE; }
p { color: rgb(222,239,254); }
H1.HeaderClassName
{
color: #DEEFFE;
}
.AnyTagClassName
{
color: #DEEFFE;
}
</style>
background-color css
<style>
a { background-color: #DEEFFE; }
a { background-color: rgb(222,239,254); }
div.DivClassName
{
background-color: #DEEFFE;
}
.BgClassName
{
background-color: #DEEFFE;
}
</style>
border-color css
<style>
span { border-color: #DEEFFE; }
span { border-color: rgb(222,239,254); }
td.TdClassName
{
border-color: #DEEFFE;
}
.TagClassName
{
border-color: #DEEFFE;
}
</style>