Shades of Alice Blue #DFF0FF
Tints of Alice Blue #DFF0FF
RGB
CMYK
RGB Variations
Color information
#DFF0FF (or 0xDFF0FF) is known color: Alice Blue. HEX triplet: DF, F0 and FF. RGB value is (223,240,255). Sum of RGB (Red+Green+Blue) = 223+240+255=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0FF is #200F00. Grayscale: #ECECEC. Windows color (decimal): -2100993 or 16773343. OLE color: 16773343.
HSL color Cylindrical-coordinate representation of color #DFF0FF: hue angle of 208.12º 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 #DFF0FF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 240 | 255 | - |
| CMYK | 0.13 | 0.06 | 0 | 0 |
| HSL | 208.13º | 1% | 0.94% | - |
| HSV(B) | 208.13º | 0.13% | 1% | - |
| XYZ | 79.64 | 85.23 | 106.86 | - |
| YUV | 236.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 255 | 0.13 | 0.06 | 0 | 0 | 208.13 | 1 | 0.94 |
| Hex | DF | F0 | FF | D | 6 | 0 | 0 | D0 | 64 | 5E |
| Octal | 337 | 360 | 377 | 15 | 6 | 0 | 0 | 320 | 144 | 136 |
| Binary | 11011111 | 11110000 | 11111111 | 1101 | 110 | 0 | 0 | 11010000 | 1100100 | 1011110 |
Color Harmonies of #DFF0FF
Complementary color
Monochromatic Colors of #DFF0FF
Black with #DFF0FF
Text Example
Text Example
White with #DFF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0FF; }
p { color: rgb(223,240,255); }
H1.HeaderClassName
{
color: #DFF0FF;
}
.AnyTagClassName
{
color: #DFF0FF;
}
</style>
background-color css
<style>
a { background-color: #DFF0FF; }
a { background-color: rgb(223,240,255); }
div.DivClassName
{
background-color: #DFF0FF;
}
.BgClassName
{
background-color: #DFF0FF;
}
</style>
border-color css
<style>
span { border-color: #DFF0FF; }
span { border-color: rgb(223,240,255); }
td.TdClassName
{
border-color: #DFF0FF;
}
.TagClassName
{
border-color: #DFF0FF;
}
</style>