Shades of Alice Blue #DFF3FF
Tints of Alice Blue #DFF3FF
RGB
CMYK
RGB Variations
Color information
#DFF3FF (or 0xDFF3FF) is known color: Alice Blue. HEX triplet: DF, F3 and FF. RGB value is (223,243,255). Sum of RGB (Red+Green+Blue) = 223+243+255=721 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.93% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3FF is #200C00. Grayscale: #EEEEEE. Windows color (decimal): -2100225 or 16774111. OLE color: 16774111.
HSL color Cylindrical-coordinate representation of color #DFF3FF: hue angle of 202.5º 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 #DFF3FF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 243 | 255 | - |
| CMYK | 0.13 | 0.05 | 0 | 0 |
| HSL | 202.5º | 1% | 0.94% | - |
| HSV(B) | 202.5º | 0.13% | 1% | - |
| XYZ | 80.53 | 87.01 | 107.16 | - |
| YUV | 238.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 255 | 0.13 | 0.05 | 0 | 0 | 202.5 | 1 | 0.94 |
| Hex | DF | F3 | FF | D | 5 | 0 | 0 | CA | 64 | 5E |
| Octal | 337 | 363 | 377 | 15 | 5 | 0 | 0 | 312 | 144 | 136 |
| Binary | 11011111 | 11110011 | 11111111 | 1101 | 101 | 0 | 0 | 11001010 | 1100100 | 1011110 |
Color Harmonies of #DFF3FF
Complementary color
Monochromatic Colors of #DFF3FF
Black with #DFF3FF
Text Example
Text Example
White with #DFF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3FF; }
p { color: rgb(223,243,255); }
H1.HeaderClassName
{
color: #DFF3FF;
}
.AnyTagClassName
{
color: #DFF3FF;
}
</style>
background-color css
<style>
a { background-color: #DFF3FF; }
a { background-color: rgb(223,243,255); }
div.DivClassName
{
background-color: #DFF3FF;
}
.BgClassName
{
background-color: #DFF3FF;
}
</style>
border-color css
<style>
span { border-color: #DFF3FF; }
span { border-color: rgb(223,243,255); }
td.TdClassName
{
border-color: #DFF3FF;
}
.TagClassName
{
border-color: #DFF3FF;
}
</style>