Shades of Alice Blue #DFF1FD
Tints of Alice Blue #DFF1FD
RGB
CMYK
RGB Variations
Color information
#DFF1FD (or 0xDFF1FD) is known color: Alice Blue. HEX triplet: DF, F1 and FD. RGB value is (223,241,253). Sum of RGB (Red+Green+Blue) = 223+241+253=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1FD is #200E02. Grayscale: #ECECEC. Windows color (decimal): -2100739 or 16642527. OLE color: 16642527.
HSL color Cylindrical-coordinate representation of color #DFF1FD: hue angle of 204º 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 #DFF1FD is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 241 | 253 | - |
CMYK | 0.12 | 0.05 | 0 | 0.01 |
HSL | 204º | 0.88% | 0.93% | - |
HSV(B) | 204º | 0.12% | 0.99% | - |
XYZ | 79.62 | 85.69 | 105.27 | - |
YUV | 236.99 | 137.04 | 118.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 241 | 253 | 0.12 | 0.05 | 0 | 0.01 | 204 | 0.88 | 0.93 |
Hex | DF | F1 | FD | C | 5 | 0 | 1 | CC | 58 | 5D |
Octal | 337 | 361 | 375 | 14 | 5 | 0 | 1 | 314 | 130 | 135 |
Binary | 11011111 | 11110001 | 11111101 | 1100 | 101 | 0 | 1 | 11001100 | 1011000 | 1011101 |
Color Harmonies of #DFF1FD
Complementary color
Monochromatic Colors of #DFF1FD
Black with #DFF1FD
Text Example
Text Example
White with #DFF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1FD; }
p { color: rgb(223,241,253); }
H1.HeaderClassName
{
color: #DFF1FD;
}
.AnyTagClassName
{
color: #DFF1FD;
}
</style>
background-color css
<style>
a { background-color: #DFF1FD; }
a { background-color: rgb(223,241,253); }
div.DivClassName
{
background-color: #DFF1FD;
}
.BgClassName
{
background-color: #DFF1FD;
}
</style>
border-color css
<style>
span { border-color: #DFF1FD; }
span { border-color: rgb(223,241,253); }
td.TdClassName
{
border-color: #DFF1FD;
}
.TagClassName
{
border-color: #DFF1FD;
}
</style>