Shades of Alice Blue #DCF1FF
Tints of Alice Blue #DCF1FF
RGB
CMYK
RGB Variations
Color information
#DCF1FF (or 0xDCF1FF) is known color: Alice Blue. HEX triplet: DC, F1 and FF. RGB value is (220,241,255). Sum of RGB (Red+Green+Blue) = 220+241+255=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1FF is #230E00. Grayscale: #ECECEC. Windows color (decimal): -2297345 or 16773596. OLE color: 16773596.
HSL color Cylindrical-coordinate representation of color #DCF1FF: hue angle of 204º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF1FF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 241 | 255 | - |
| CMYK | 0.14 | 0.05 | 0 | 0 |
| HSL | 204º | 1% | 0.93% | - |
| HSV(B) | 204º | 0.14% | 1% | - |
| XYZ | 79.02 | 85.35 | 106.92 | - |
| YUV | 236.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 255 | 0.14 | 0.05 | 0 | 0 | 204 | 1 | 0.93 |
| Hex | DC | F1 | FF | E | 5 | 0 | 0 | CC | 64 | 5D |
| Octal | 334 | 361 | 377 | 16 | 5 | 0 | 0 | 314 | 144 | 135 |
| Binary | 11011100 | 11110001 | 11111111 | 1110 | 101 | 0 | 0 | 11001100 | 1100100 | 1011101 |
Color Harmonies of #DCF1FF
Complementary color
Monochromatic Colors of #DCF1FF
Black with #DCF1FF
Text Example
Text Example
White with #DCF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1FF; }
p { color: rgb(220,241,255); }
H1.HeaderClassName
{
color: #DCF1FF;
}
.AnyTagClassName
{
color: #DCF1FF;
}
</style>
background-color css
<style>
a { background-color: #DCF1FF; }
a { background-color: rgb(220,241,255); }
div.DivClassName
{
background-color: #DCF1FF;
}
.BgClassName
{
background-color: #DCF1FF;
}
</style>
border-color css
<style>
span { border-color: #DCF1FF; }
span { border-color: rgb(220,241,255); }
td.TdClassName
{
border-color: #DCF1FF;
}
.TagClassName
{
border-color: #DCF1FF;
}
</style>