Shades of Alice Blue #DFEFFD
Tints of Alice Blue #DFEFFD
RGB
CMYK
RGB Variations
Color information
#DFEFFD (or 0xDFEFFD) is known color: Alice Blue. HEX triplet: DF, EF and FD. RGB value is (223,239,253). Sum of RGB (Red+Green+Blue) = 223+239+253=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFD is #201002. Grayscale: #EBEBEB. Windows color (decimal): -2101251 or 16642015. OLE color: 16642015.
HSL color Cylindrical-coordinate representation of color #DFEFFD: hue angle of 208º degrees, saturation: 0.88, 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 #DFEFFD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 239 | 253 | - |
CMYK | 0.12 | 0.06 | 0 | 0.01 |
HSL | 208º | 0.88% | 0.93% | - |
HSV(B) | 208º | 0.12% | 0.99% | - |
XYZ | 79.03 | 84.51 | 105.08 | - |
YUV | 235.81 | 137.7 | 118.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 239 | 253 | 0.12 | 0.06 | 0 | 0.01 | 208 | 0.88 | 0.93 |
Hex | DF | EF | FD | C | 6 | 0 | 1 | D0 | 58 | 5D |
Octal | 337 | 357 | 375 | 14 | 6 | 0 | 1 | 320 | 130 | 135 |
Binary | 11011111 | 11101111 | 11111101 | 1100 | 110 | 0 | 1 | 11010000 | 1011000 | 1011101 |
Color Harmonies of #DFEFFD
Complementary color
Monochromatic Colors of #DFEFFD
Black with #DFEFFD
Text Example
Text Example
White with #DFEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFFD; }
p { color: rgb(223,239,253); }
H1.HeaderClassName
{
color: #DFEFFD;
}
.AnyTagClassName
{
color: #DFEFFD;
}
</style>
background-color css
<style>
a { background-color: #DFEFFD; }
a { background-color: rgb(223,239,253); }
div.DivClassName
{
background-color: #DFEFFD;
}
.BgClassName
{
background-color: #DFEFFD;
}
</style>
border-color css
<style>
span { border-color: #DFEFFD; }
span { border-color: rgb(223,239,253); }
td.TdClassName
{
border-color: #DFEFFD;
}
.TagClassName
{
border-color: #DFEFFD;
}
</style>