Shades of Alice Blue #DCEEFF
Tints of Alice Blue #DCEEFF
RGB
CMYK
RGB Variations
Color information
#DCEEFF (or 0xDCEEFF) is known color: Alice Blue. HEX triplet: DC, EE and FF. RGB value is (220,238,255). Sum of RGB (Red+Green+Blue) = 220+238+255=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFF is #231100. Grayscale: #EAEAEA. Windows color (decimal): -2298113 or 16772828. OLE color: 16772828.
HSL color Cylindrical-coordinate representation of color #DCEEFF: hue angle of 209.14º 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 #DCEEFF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 238 | 255 | - |
| CMYK | 0.14 | 0.07 | 0 | 0 |
| HSL | 209.14º | 1% | 0.93% | - |
| HSV(B) | 209.14º | 0.14% | 1% | - |
| XYZ | 78.14 | 83.58 | 106.62 | - |
| YUV | 234.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 255 | 0.14 | 0.07 | 0 | 0 | 209.14 | 1 | 0.93 |
| Hex | DC | EE | FF | E | 7 | 0 | 0 | D1 | 64 | 5D |
| Octal | 334 | 356 | 377 | 16 | 7 | 0 | 0 | 321 | 144 | 135 |
| Binary | 11011100 | 11101110 | 11111111 | 1110 | 111 | 0 | 0 | 11010001 | 1100100 | 1011101 |
Color Harmonies of #DCEEFF
Complementary color
Monochromatic Colors of #DCEEFF
Black with #DCEEFF
Text Example
Text Example
White with #DCEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEFF; }
p { color: rgb(220,238,255); }
H1.HeaderClassName
{
color: #DCEEFF;
}
.AnyTagClassName
{
color: #DCEEFF;
}
</style>
background-color css
<style>
a { background-color: #DCEEFF; }
a { background-color: rgb(220,238,255); }
div.DivClassName
{
background-color: #DCEEFF;
}
.BgClassName
{
background-color: #DCEEFF;
}
</style>
border-color css
<style>
span { border-color: #DCEEFF; }
span { border-color: rgb(220,238,255); }
td.TdClassName
{
border-color: #DCEEFF;
}
.TagClassName
{
border-color: #DCEEFF;
}
</style>