Shades of Alice Blue #DFF1FE
Tints of Alice Blue #DFF1FE
RGB
CMYK
RGB Variations
Color information
#DFF1FE (or 0xDFF1FE) is known color: Alice Blue. HEX triplet: DF, F1 and FE. RGB value is (223,241,254). Sum of RGB (Red+Green+Blue) = 223+241+254=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1FE is #200E01. Grayscale: #EDEDED. Windows color (decimal): -2100738 or 16708063. OLE color: 16708063.
HSL color Cylindrical-coordinate representation of color #DFF1FE: hue angle of 205.16º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFF1FE is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 241 | 254 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.00 |
| HSL | 205.16º | 0.94% | 0.94% | - |
| HSV(B) | 205.16º | 0.12% | 1% | - |
| XYZ | 79.78 | 85.75 | 106.11 | - |
| YUV | 237.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 254 | 0.12 | 0.05 | 0 | 0.00 | 205.16 | 0.94 | 0.94 |
| Hex | DF | F1 | FE | C | 5 | 0 | 0 | CD | 5E | 5E |
| Octal | 337 | 361 | 376 | 14 | 5 | 0 | 0 | 315 | 136 | 136 |
| Binary | 11011111 | 11110001 | 11111110 | 1100 | 101 | 0 | 0 | 11001101 | 1011110 | 1011110 |
Color Harmonies of #DFF1FE
Complementary color
Monochromatic Colors of #DFF1FE
Black with #DFF1FE
Text Example
Text Example
White with #DFF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1FE; }
p { color: rgb(223,241,254); }
H1.HeaderClassName
{
color: #DFF1FE;
}
.AnyTagClassName
{
color: #DFF1FE;
}
</style>
background-color css
<style>
a { background-color: #DFF1FE; }
a { background-color: rgb(223,241,254); }
div.DivClassName
{
background-color: #DFF1FE;
}
.BgClassName
{
background-color: #DFF1FE;
}
</style>
border-color css
<style>
span { border-color: #DFF1FE; }
span { border-color: rgb(223,241,254); }
td.TdClassName
{
border-color: #DFF1FE;
}
.TagClassName
{
border-color: #DFF1FE;
}
</style>