Shades of Alice Blue #DEF2FF
Tints of Alice Blue #DEF2FF
RGB
CMYK
RGB Variations
Color information
#DEF2FF (or 0xDEF2FF) is known color: Alice Blue. HEX triplet: DE, F2 and FF. RGB value is (222,242,255). Sum of RGB (Red+Green+Blue) = 222+242+255=719 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.88% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2FF is #210D00. Grayscale: #EDEDED. Windows color (decimal): -2166017 or 16773854. OLE color: 16773854.
HSL color Cylindrical-coordinate representation of color #DEF2FF: hue angle of 203.64º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEF2FF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 242 | 255 | - |
| CMYK | 0.13 | 0.05 | 0 | 0 |
| HSL | 203.64º | 1% | 0.94% | - |
| HSV(B) | 203.64º | 0.13% | 1% | - |
| XYZ | 79.93 | 86.25 | 107.04 | - |
| YUV | 237.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 255 | 0.13 | 0.05 | 0 | 0 | 203.64 | 1 | 0.94 |
| Hex | DE | F2 | FF | D | 5 | 0 | 0 | CC | 64 | 5E |
| Octal | 336 | 362 | 377 | 15 | 5 | 0 | 0 | 314 | 144 | 136 |
| Binary | 11011110 | 11110010 | 11111111 | 1101 | 101 | 0 | 0 | 11001100 | 1100100 | 1011110 |
Color Harmonies of #DEF2FF
Complementary color
Monochromatic Colors of #DEF2FF
Black with #DEF2FF
Text Example
Text Example
White with #DEF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2FF; }
p { color: rgb(222,242,255); }
H1.HeaderClassName
{
color: #DEF2FF;
}
.AnyTagClassName
{
color: #DEF2FF;
}
</style>
background-color css
<style>
a { background-color: #DEF2FF; }
a { background-color: rgb(222,242,255); }
div.DivClassName
{
background-color: #DEF2FF;
}
.BgClassName
{
background-color: #DEF2FF;
}
</style>
border-color css
<style>
span { border-color: #DEF2FF; }
span { border-color: rgb(222,242,255); }
td.TdClassName
{
border-color: #DEF2FF;
}
.TagClassName
{
border-color: #DEF2FF;
}
</style>