Shades of Alice Blue #DFF2FE
Tints of Alice Blue #DFF2FE
RGB
CMYK
RGB Variations
Color information
#DFF2FE (or 0xDFF2FE) is known color: Alice Blue. HEX triplet: DF, F2 and FE. RGB value is (223,242,254). Sum of RGB (Red+Green+Blue) = 223+242+254=719 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.02% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2FE is #200D01. Grayscale: #EDEDED. Windows color (decimal): -2100482 or 16708319. OLE color: 16708319.
HSL color Cylindrical-coordinate representation of color #DFF2FE: hue angle of 203.23º 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 #DFF2FE is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 242 | 254 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.00 |
| HSL | 203.23º | 0.94% | 0.94% | - |
| HSV(B) | 203.23º | 0.12% | 1% | - |
| XYZ | 80.07 | 86.35 | 106.21 | - |
| YUV | 237.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 254 | 0.12 | 0.05 | 0 | 0.00 | 203.23 | 0.94 | 0.94 |
| Hex | DF | F2 | FE | C | 5 | 0 | 0 | CB | 5E | 5E |
| Octal | 337 | 362 | 376 | 14 | 5 | 0 | 0 | 313 | 136 | 136 |
| Binary | 11011111 | 11110010 | 11111110 | 1100 | 101 | 0 | 0 | 11001011 | 1011110 | 1011110 |
Color Harmonies of #DFF2FE
Complementary color
Monochromatic Colors of #DFF2FE
Black with #DFF2FE
Text Example
Text Example
White with #DFF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2FE; }
p { color: rgb(223,242,254); }
H1.HeaderClassName
{
color: #DFF2FE;
}
.AnyTagClassName
{
color: #DFF2FE;
}
</style>
background-color css
<style>
a { background-color: #DFF2FE; }
a { background-color: rgb(223,242,254); }
div.DivClassName
{
background-color: #DFF2FE;
}
.BgClassName
{
background-color: #DFF2FE;
}
</style>
border-color css
<style>
span { border-color: #DFF2FE; }
span { border-color: rgb(223,242,254); }
td.TdClassName
{
border-color: #DFF2FE;
}
.TagClassName
{
border-color: #DFF2FE;
}
</style>