Shades of Alice Blue #DFEFFC
Tints of Alice Blue #DFEFFC
RGB
CMYK
RGB Variations
Color information
#DFEFFC (or 0xDFEFFC) is known color: Alice Blue. HEX triplet: DF, EF and FC. RGB value is (223,239,252). Sum of RGB (Red+Green+Blue) = 223+239+252=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFC is #201003. Grayscale: #EBEBEB. Windows color (decimal): -2101252 or 16576479. OLE color: 16576479.
HSL color Cylindrical-coordinate representation of color #DFEFFC: hue angle of 206.9º 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 #DFEFFC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 239 | 252 | - |
CMYK | 0.12 | 0.05 | 0 | 0.01 |
HSL | 206.9º | 0.83% | 0.93% | - |
HSV(B) | 206.9º | 0.12% | 0.99% | - |
XYZ | 78.87 | 84.45 | 104.24 | - |
YUV | 235.7 | 137.2 | 118.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 239 | 252 | 0.12 | 0.05 | 0 | 0.01 | 206.9 | 0.83 | 0.93 |
Hex | DF | EF | FC | C | 5 | 0 | 1 | CF | 53 | 5D |
Octal | 337 | 357 | 374 | 14 | 5 | 0 | 1 | 317 | 123 | 135 |
Binary | 11011111 | 11101111 | 11111100 | 1100 | 101 | 0 | 1 | 11001111 | 1010011 | 1011101 |
Color Harmonies of #DFEFFC
Complementary color
Monochromatic Colors of #DFEFFC
Black with #DFEFFC
Text Example
Text Example
White with #DFEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFFC; }
p { color: rgb(223,239,252); }
H1.HeaderClassName
{
color: #DFEFFC;
}
.AnyTagClassName
{
color: #DFEFFC;
}
</style>
background-color css
<style>
a { background-color: #DFEFFC; }
a { background-color: rgb(223,239,252); }
div.DivClassName
{
background-color: #DFEFFC;
}
.BgClassName
{
background-color: #DFEFFC;
}
</style>
border-color css
<style>
span { border-color: #DFEFFC; }
span { border-color: rgb(223,239,252); }
td.TdClassName
{
border-color: #DFEFFC;
}
.TagClassName
{
border-color: #DFEFFC;
}
</style>