Shades of Alice Blue #DFF1FF
Tints of Alice Blue #DFF1FF
RGB
CMYK
RGB Variations
Color information
#DFF1FF (or 0xDFF1FF) is known color: Alice Blue. HEX triplet: DF, F1 and FF. RGB value is (223,241,255). Sum of RGB (Red+Green+Blue) = 223+241+255=719 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.02% from 719); Green value is 241 (94.53% from 255 or 33.52% 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 #DFF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1FF is #200E00. Grayscale: #EDEDED. Windows color (decimal): -2100737 or 16773599. OLE color: 16773599.
HSL color Cylindrical-coordinate representation of color #DFF1FF: hue angle of 206.25º 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 #DFF1FF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 241 | 255 | - |
| CMYK | 0.13 | 0.05 | 0 | 0 |
| HSL | 206.25º | 1% | 0.94% | - |
| HSV(B) | 206.25º | 0.13% | 1% | - |
| XYZ | 79.94 | 85.82 | 106.96 | - |
| YUV | 237.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 255 | 0.13 | 0.05 | 0 | 0 | 206.25 | 1 | 0.94 |
| Hex | DF | F1 | FF | D | 5 | 0 | 0 | CE | 64 | 5E |
| Octal | 337 | 361 | 377 | 15 | 5 | 0 | 0 | 316 | 144 | 136 |
| Binary | 11011111 | 11110001 | 11111111 | 1101 | 101 | 0 | 0 | 11001110 | 1100100 | 1011110 |
Color Harmonies of #DFF1FF
Complementary color
Monochromatic Colors of #DFF1FF
Black with #DFF1FF
Text Example
Text Example
White with #DFF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1FF; }
p { color: rgb(223,241,255); }
H1.HeaderClassName
{
color: #DFF1FF;
}
.AnyTagClassName
{
color: #DFF1FF;
}
</style>
background-color css
<style>
a { background-color: #DFF1FF; }
a { background-color: rgb(223,241,255); }
div.DivClassName
{
background-color: #DFF1FF;
}
.BgClassName
{
background-color: #DFF1FF;
}
</style>
border-color css
<style>
span { border-color: #DFF1FF; }
span { border-color: rgb(223,241,255); }
td.TdClassName
{
border-color: #DFF1FF;
}
.TagClassName
{
border-color: #DFF1FF;
}
</style>