Shades of Alice Blue #DFF0FD
Tints of Alice Blue #DFF0FD
RGB
CMYK
RGB Variations
Color information
#DFF0FD (or 0xDFF0FD) is known color: Alice Blue. HEX triplet: DF, F0 and FD. RGB value is (223,240,253). Sum of RGB (Red+Green+Blue) = 223+240+253=716 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.15% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0FD is #200F02. Grayscale: #ECECEC. Windows color (decimal): -2100995 or 16642271. OLE color: 16642271.
HSL color Cylindrical-coordinate representation of color #DFF0FD: hue angle of 206º 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 #DFF0FD is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 240 | 253 | - |
CMYK | 0.12 | 0.05 | 0 | 0.01 |
HSL | 206º | 0.88% | 0.93% | - |
HSV(B) | 206º | 0.12% | 0.99% | - |
XYZ | 79.32 | 85.1 | 105.17 | - |
YUV | 236.4 | 137.37 | 118.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 240 | 253 | 0.12 | 0.05 | 0 | 0.01 | 206 | 0.88 | 0.93 |
Hex | DF | F0 | FD | C | 5 | 0 | 1 | CE | 58 | 5D |
Octal | 337 | 360 | 375 | 14 | 5 | 0 | 1 | 316 | 130 | 135 |
Binary | 11011111 | 11110000 | 11111101 | 1100 | 101 | 0 | 1 | 11001110 | 1011000 | 1011101 |
Color Harmonies of #DFF0FD
Complementary color
Monochromatic Colors of #DFF0FD
Black with #DFF0FD
Text Example
Text Example
White with #DFF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0FD; }
p { color: rgb(223,240,253); }
H1.HeaderClassName
{
color: #DFF0FD;
}
.AnyTagClassName
{
color: #DFF0FD;
}
</style>
background-color css
<style>
a { background-color: #DFF0FD; }
a { background-color: rgb(223,240,253); }
div.DivClassName
{
background-color: #DFF0FD;
}
.BgClassName
{
background-color: #DFF0FD;
}
</style>
border-color css
<style>
span { border-color: #DFF0FD; }
span { border-color: rgb(223,240,253); }
td.TdClassName
{
border-color: #DFF0FD;
}
.TagClassName
{
border-color: #DFF0FD;
}
</style>