Shades of Alice Blue #DFF4FF
Tints of Alice Blue #DFF4FF
RGB
CMYK
RGB Variations
Color information
#DFF4FF (or 0xDFF4FF) is known color: Alice Blue. HEX triplet: DF, F4 and FF. RGB value is (223,244,255). Sum of RGB (Red+Green+Blue) = 223+244+255=722 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.89% from 722); Green value is 244 (95.70% from 255 or 33.80% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF4FF is #200B00. Grayscale: #EEEEEE. Windows color (decimal): -2099969 or 16774367. OLE color: 16774367.
HSL color Cylindrical-coordinate representation of color #DFF4FF: hue angle of 200.62º 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 #DFF4FF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 244 | 255 | - |
CMYK | 0.13 | 0.04 | 0 | 0 |
HSL | 200.63º | 1% | 0.94% | - |
HSV(B) | 200.63º | 0.13% | 1% | - |
XYZ | 80.83 | 87.61 | 107.26 | - |
YUV | 238.98 | 137.04 | 116.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 244 | 255 | 0.13 | 0.04 | 0 | 0 | 200.63 | 1 | 0.94 |
Hex | DF | F4 | FF | D | 4 | 0 | 0 | C9 | 64 | 5E |
Octal | 337 | 364 | 377 | 15 | 4 | 0 | 0 | 311 | 144 | 136 |
Binary | 11011111 | 11110100 | 11111111 | 1101 | 100 | 0 | 0 | 11001001 | 1100100 | 1011110 |
Color Harmonies of #DFF4FF
Complementary color
Monochromatic Colors of #DFF4FF
Black with #DFF4FF
Text Example
Text Example
White with #DFF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF4FF; }
p { color: rgb(223,244,255); }
H1.HeaderClassName
{
color: #DFF4FF;
}
.AnyTagClassName
{
color: #DFF4FF;
}
</style>
background-color css
<style>
a { background-color: #DFF4FF; }
a { background-color: rgb(223,244,255); }
div.DivClassName
{
background-color: #DFF4FF;
}
.BgClassName
{
background-color: #DFF4FF;
}
</style>
border-color css
<style>
span { border-color: #DFF4FF; }
span { border-color: rgb(223,244,255); }
td.TdClassName
{
border-color: #DFF4FF;
}
.TagClassName
{
border-color: #DFF4FF;
}
</style>