Shades of Alice Blue #DFF3FC
Tints of Alice Blue #DFF3FC
RGB
CMYK
RGB Variations
Color information
#DFF3FC (or 0xDFF3FC) is known color: Alice Blue. HEX triplet: DF, F3 and FC. RGB value is (223,243,252). Sum of RGB (Red+Green+Blue) = 223+243+252=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFF3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3FC is #200C03. Grayscale: #EDEDED. Windows color (decimal): -2100228 or 16577503. OLE color: 16577503.
HSL color Cylindrical-coordinate representation of color #DFF3FC: hue angle of 198.62º 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 #DFF3FC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 243 | 252 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.01 |
| HSL | 198.62º | 0.83% | 0.93% | - |
| HSV(B) | 198.62º | 0.12% | 0.99% | - |
| XYZ | 80.05 | 86.82 | 104.63 | - |
| YUV | 238.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 252 | 0.12 | 0.04 | 0 | 0.01 | 198.62 | 0.83 | 0.93 |
| Hex | DF | F3 | FC | C | 4 | 0 | 1 | C7 | 53 | 5D |
| Octal | 337 | 363 | 374 | 14 | 4 | 0 | 1 | 307 | 123 | 135 |
| Binary | 11011111 | 11110011 | 11111100 | 1100 | 100 | 0 | 1 | 11000111 | 1010011 | 1011101 |
Color Harmonies of #DFF3FC
Complementary color
Monochromatic Colors of #DFF3FC
Black with #DFF3FC
Text Example
Text Example
White with #DFF3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3FC; }
p { color: rgb(223,243,252); }
H1.HeaderClassName
{
color: #DFF3FC;
}
.AnyTagClassName
{
color: #DFF3FC;
}
</style>
background-color css
<style>
a { background-color: #DFF3FC; }
a { background-color: rgb(223,243,252); }
div.DivClassName
{
background-color: #DFF3FC;
}
.BgClassName
{
background-color: #DFF3FC;
}
</style>
border-color css
<style>
span { border-color: #DFF3FC; }
span { border-color: rgb(223,243,252); }
td.TdClassName
{
border-color: #DFF3FC;
}
.TagClassName
{
border-color: #DFF3FC;
}
</style>