Shades of Alice Blue #DFF3FE
Tints of Alice Blue #DFF3FE
RGB
CMYK
RGB Variations
Color information
#DFF3FE (or 0xDFF3FE) is known color: Alice Blue. HEX triplet: DF, F3 and FE. RGB value is (223,243,254). Sum of RGB (Red+Green+Blue) = 223+243+254=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3FE is #200C01. Grayscale: #EEEEEE. Windows color (decimal): -2100226 or 16708575. OLE color: 16708575.
HSL color Cylindrical-coordinate representation of color #DFF3FE: hue angle of 201.29º 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 #DFF3FE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 243 | 254 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.00 |
| HSL | 201.29º | 0.94% | 0.94% | - |
| HSV(B) | 201.29º | 0.12% | 1% | - |
| XYZ | 80.37 | 86.94 | 106.31 | - |
| YUV | 238.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 254 | 0.12 | 0.04 | 0 | 0.00 | 201.29 | 0.94 | 0.94 |
| Hex | DF | F3 | FE | C | 4 | 0 | 0 | C9 | 5E | 5E |
| Octal | 337 | 363 | 376 | 14 | 4 | 0 | 0 | 311 | 136 | 136 |
| Binary | 11011111 | 11110011 | 11111110 | 1100 | 100 | 0 | 0 | 11001001 | 1011110 | 1011110 |
Color Harmonies of #DFF3FE
Complementary color
Monochromatic Colors of #DFF3FE
Black with #DFF3FE
Text Example
Text Example
White with #DFF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3FE; }
p { color: rgb(223,243,254); }
H1.HeaderClassName
{
color: #DFF3FE;
}
.AnyTagClassName
{
color: #DFF3FE;
}
</style>
background-color css
<style>
a { background-color: #DFF3FE; }
a { background-color: rgb(223,243,254); }
div.DivClassName
{
background-color: #DFF3FE;
}
.BgClassName
{
background-color: #DFF3FE;
}
</style>
border-color css
<style>
span { border-color: #DFF3FE; }
span { border-color: rgb(223,243,254); }
td.TdClassName
{
border-color: #DFF3FE;
}
.TagClassName
{
border-color: #DFF3FE;
}
</style>