Shades of Alice Blue #DFF6FF
Tints of Alice Blue #DFF6FF
RGB
CMYK
RGB Variations
Color information
#DFF6FF (or 0xDFF6FF) is known color: Alice Blue. HEX triplet: DF, F6 and FF. RGB value is (223,246,255). Sum of RGB (Red+Green+Blue) = 223+246+255=724 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.80% from 724); Green value is 246 (96.48% from 255 or 33.98% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6FF is #200900. Grayscale: #F0F0F0. Windows color (decimal): -2099457 or 16774879. OLE color: 16774879.
HSL color Cylindrical-coordinate representation of color #DFF6FF: hue angle of 196.88º 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 #DFF6FF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 246 | 255 | - |
| CMYK | 0.13 | 0.04 | 0 | 0 |
| HSL | 196.88º | 1% | 0.94% | - |
| HSV(B) | 196.88º | 0.13% | 1% | - |
| XYZ | 81.44 | 88.82 | 107.46 | - |
| YUV | 240.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 255 | 0.13 | 0.04 | 0 | 0 | 196.88 | 1 | 0.94 |
| Hex | DF | F6 | FF | D | 4 | 0 | 0 | C5 | 64 | 5E |
| Octal | 337 | 366 | 377 | 15 | 4 | 0 | 0 | 305 | 144 | 136 |
| Binary | 11011111 | 11110110 | 11111111 | 1101 | 100 | 0 | 0 | 11000101 | 1100100 | 1011110 |
Color Harmonies of #DFF6FF
Complementary color
Monochromatic Colors of #DFF6FF
Black with #DFF6FF
Text Example
Text Example
White with #DFF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF6FF; }
p { color: rgb(223,246,255); }
H1.HeaderClassName
{
color: #DFF6FF;
}
.AnyTagClassName
{
color: #DFF6FF;
}
</style>
background-color css
<style>
a { background-color: #DFF6FF; }
a { background-color: rgb(223,246,255); }
div.DivClassName
{
background-color: #DFF6FF;
}
.BgClassName
{
background-color: #DFF6FF;
}
</style>
border-color css
<style>
span { border-color: #DFF6FF; }
span { border-color: rgb(223,246,255); }
td.TdClassName
{
border-color: #DFF6FF;
}
.TagClassName
{
border-color: #DFF6FF;
}
</style>