Shades of Alice Blue #DEF0FE
Tints of Alice Blue #DEF0FE
RGB
CMYK
RGB Variations
Color information
#DEF0FE (or 0xDEF0FE) is known color: Alice Blue. HEX triplet: DE, F0 and FE. RGB value is (222,240,254). Sum of RGB (Red+Green+Blue) = 222+240+254=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0FE is #210F01. Grayscale: #ECECEC. Windows color (decimal): -2166530 or 16707806. OLE color: 16707806.
HSL color Cylindrical-coordinate representation of color #DEF0FE: hue angle of 206.25º 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 #DEF0FE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 240 | 254 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.00 |
| HSL | 206.25º | 0.94% | 0.93% | - |
| HSV(B) | 206.25º | 0.13% | 1% | - |
| XYZ | 79.17 | 85.01 | 106 | - |
| YUV | 236.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 254 | 0.13 | 0.06 | 0 | 0.00 | 206.25 | 0.94 | 0.93 |
| Hex | DE | F0 | FE | D | 6 | 0 | 0 | CE | 5E | 5D |
| Octal | 336 | 360 | 376 | 15 | 6 | 0 | 0 | 316 | 136 | 135 |
| Binary | 11011110 | 11110000 | 11111110 | 1101 | 110 | 0 | 0 | 11001110 | 1011110 | 1011101 |
Color Harmonies of #DEF0FE
Complementary color
Monochromatic Colors of #DEF0FE
Black with #DEF0FE
Text Example
Text Example
White with #DEF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0FE; }
p { color: rgb(222,240,254); }
H1.HeaderClassName
{
color: #DEF0FE;
}
.AnyTagClassName
{
color: #DEF0FE;
}
</style>
background-color css
<style>
a { background-color: #DEF0FE; }
a { background-color: rgb(222,240,254); }
div.DivClassName
{
background-color: #DEF0FE;
}
.BgClassName
{
background-color: #DEF0FE;
}
</style>
border-color css
<style>
span { border-color: #DEF0FE; }
span { border-color: rgb(222,240,254); }
td.TdClassName
{
border-color: #DEF0FE;
}
.TagClassName
{
border-color: #DEF0FE;
}
</style>