Shades of Alice Blue #DEF5FE
Tints of Alice Blue #DEF5FE
RGB
CMYK
RGB Variations
Color information
#DEF5FE (or 0xDEF5FE) is known color: Alice Blue. HEX triplet: DE, F5 and FE. RGB value is (222,245,254). Sum of RGB (Red+Green+Blue) = 222+245+254=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5FE is #210A01. Grayscale: #EFEFEF. Windows color (decimal): -2165250 or 16709086. OLE color: 16709086.
HSL color Cylindrical-coordinate representation of color #DEF5FE: hue angle of 196.88º 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 #DEF5FE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 245 | 254 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.00 |
| HSL | 196.88º | 0.94% | 0.93% | - |
| HSV(B) | 196.88º | 0.13% | 1% | - |
| XYZ | 80.67 | 87.99 | 106.5 | - |
| YUV | 239.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 254 | 0.13 | 0.04 | 0 | 0.00 | 196.88 | 0.94 | 0.93 |
| Hex | DE | F5 | FE | D | 4 | 0 | 0 | C5 | 5E | 5D |
| Octal | 336 | 365 | 376 | 15 | 4 | 0 | 0 | 305 | 136 | 135 |
| Binary | 11011110 | 11110101 | 11111110 | 1101 | 100 | 0 | 0 | 11000101 | 1011110 | 1011101 |
Color Harmonies of #DEF5FE
Complementary color
Monochromatic Colors of #DEF5FE
Black with #DEF5FE
Text Example
Text Example
White with #DEF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5FE; }
p { color: rgb(222,245,254); }
H1.HeaderClassName
{
color: #DEF5FE;
}
.AnyTagClassName
{
color: #DEF5FE;
}
</style>
background-color css
<style>
a { background-color: #DEF5FE; }
a { background-color: rgb(222,245,254); }
div.DivClassName
{
background-color: #DEF5FE;
}
.BgClassName
{
background-color: #DEF5FE;
}
</style>
border-color css
<style>
span { border-color: #DEF5FE; }
span { border-color: rgb(222,245,254); }
td.TdClassName
{
border-color: #DEF5FE;
}
.TagClassName
{
border-color: #DEF5FE;
}
</style>