Shades of Alice Blue #DFF0FC
Tints of Alice Blue #DFF0FC
RGB
CMYK
RGB Variations
Color information
#DFF0FC (or 0xDFF0FC) is known color: Alice Blue. HEX triplet: DF, F0 and FC. RGB value is (223,240,252). Sum of RGB (Red+Green+Blue) = 223+240+252=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0FC is #200F03. Grayscale: #ECECEC. Windows color (decimal): -2100996 or 16576735. OLE color: 16576735.
HSL color Cylindrical-coordinate representation of color #DFF0FC: hue angle of 204.83º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFF0FC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 240 | 252 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.01 |
| HSL | 204.83º | 0.83% | 0.93% | - |
| HSV(B) | 204.83º | 0.12% | 0.99% | - |
| XYZ | 79.16 | 85.04 | 104.34 | - |
| YUV | 236.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 252 | 0.12 | 0.05 | 0 | 0.01 | 204.83 | 0.83 | 0.93 |
| Hex | DF | F0 | FC | C | 5 | 0 | 1 | CD | 53 | 5D |
| Octal | 337 | 360 | 374 | 14 | 5 | 0 | 1 | 315 | 123 | 135 |
| Binary | 11011111 | 11110000 | 11111100 | 1100 | 101 | 0 | 1 | 11001101 | 1010011 | 1011101 |
Color Harmonies of #DFF0FC
Complementary color
Monochromatic Colors of #DFF0FC
Black with #DFF0FC
Text Example
Text Example
White with #DFF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0FC; }
p { color: rgb(223,240,252); }
H1.HeaderClassName
{
color: #DFF0FC;
}
.AnyTagClassName
{
color: #DFF0FC;
}
</style>
background-color css
<style>
a { background-color: #DFF0FC; }
a { background-color: rgb(223,240,252); }
div.DivClassName
{
background-color: #DFF0FC;
}
.BgClassName
{
background-color: #DFF0FC;
}
</style>
border-color css
<style>
span { border-color: #DFF0FC; }
span { border-color: rgb(223,240,252); }
td.TdClassName
{
border-color: #DFF0FC;
}
.TagClassName
{
border-color: #DFF0FC;
}
</style>