Shades of Alice Blue #DEF0FF
Tints of Alice Blue #DEF0FF
RGB
CMYK
RGB Variations
Color information
#DEF0FF (or 0xDEF0FF) is known color: Alice Blue. HEX triplet: DE, F0 and FF. RGB value is (222,240,255). Sum of RGB (Red+Green+Blue) = 222+240+255=717 (94% of max value = 765). Red value is 222 (87.11% from 255 or 30.96% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0FF is #210F00. Grayscale: #ECECEC. Windows color (decimal): -2166529 or 16773342. OLE color: 16773342.
HSL color Cylindrical-coordinate representation of color #DEF0FF: hue angle of 207.27º 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 #DEF0FF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 240 | 255 | - |
| CMYK | 0.13 | 0.06 | 0 | 0 |
| HSL | 207.27º | 1% | 0.94% | - |
| HSV(B) | 207.27º | 0.13% | 1% | - |
| XYZ | 79.33 | 85.07 | 106.85 | - |
| YUV | 236.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 255 | 0.13 | 0.06 | 0 | 0 | 207.27 | 1 | 0.94 |
| Hex | DE | F0 | FF | D | 6 | 0 | 0 | CF | 64 | 5E |
| Octal | 336 | 360 | 377 | 15 | 6 | 0 | 0 | 317 | 144 | 136 |
| Binary | 11011110 | 11110000 | 11111111 | 1101 | 110 | 0 | 0 | 11001111 | 1100100 | 1011110 |
Color Harmonies of #DEF0FF
Complementary color
Monochromatic Colors of #DEF0FF
Black with #DEF0FF
Text Example
Text Example
White with #DEF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0FF; }
p { color: rgb(222,240,255); }
H1.HeaderClassName
{
color: #DEF0FF;
}
.AnyTagClassName
{
color: #DEF0FF;
}
</style>
background-color css
<style>
a { background-color: #DEF0FF; }
a { background-color: rgb(222,240,255); }
div.DivClassName
{
background-color: #DEF0FF;
}
.BgClassName
{
background-color: #DEF0FF;
}
</style>
border-color css
<style>
span { border-color: #DEF0FF; }
span { border-color: rgb(222,240,255); }
td.TdClassName
{
border-color: #DEF0FF;
}
.TagClassName
{
border-color: #DEF0FF;
}
</style>