Shades of Alice Blue #DEF2FE
Tints of Alice Blue #DEF2FE
RGB
CMYK
RGB Variations
Color information
#DEF2FE (or 0xDEF2FE) is known color: Alice Blue. HEX triplet: DE, F2 and FE. RGB value is (222,242,254). Sum of RGB (Red+Green+Blue) = 222+242+254=718 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.92% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2FE is #210D01. Grayscale: #EDEDED. Windows color (decimal): -2166018 or 16708318. OLE color: 16708318.
HSL color Cylindrical-coordinate representation of color #DEF2FE: hue angle of 202.5º 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 #DEF2FE is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 242 | 254 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.00 |
| HSL | 202.5º | 0.94% | 0.93% | - |
| HSV(B) | 202.5º | 0.13% | 1% | - |
| XYZ | 79.77 | 86.19 | 106.2 | - |
| YUV | 237.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 254 | 0.13 | 0.05 | 0 | 0.00 | 202.5 | 0.94 | 0.93 |
| Hex | DE | F2 | FE | D | 5 | 0 | 0 | CA | 5E | 5D |
| Octal | 336 | 362 | 376 | 15 | 5 | 0 | 0 | 312 | 136 | 135 |
| Binary | 11011110 | 11110010 | 11111110 | 1101 | 101 | 0 | 0 | 11001010 | 1011110 | 1011101 |
Color Harmonies of #DEF2FE
Complementary color
Monochromatic Colors of #DEF2FE
Black with #DEF2FE
Text Example
Text Example
White with #DEF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2FE; }
p { color: rgb(222,242,254); }
H1.HeaderClassName
{
color: #DEF2FE;
}
.AnyTagClassName
{
color: #DEF2FE;
}
</style>
background-color css
<style>
a { background-color: #DEF2FE; }
a { background-color: rgb(222,242,254); }
div.DivClassName
{
background-color: #DEF2FE;
}
.BgClassName
{
background-color: #DEF2FE;
}
</style>
border-color css
<style>
span { border-color: #DEF2FE; }
span { border-color: rgb(222,242,254); }
td.TdClassName
{
border-color: #DEF2FE;
}
.TagClassName
{
border-color: #DEF2FE;
}
</style>