Shades of Alice Blue #DDF4FE
Tints of Alice Blue #DDF4FE
RGB
CMYK
RGB Variations
Color information
#DDF4FE (or 0xDDF4FE) is known color: Alice Blue. HEX triplet: DD, F4 and FE. RGB value is (221,244,254). Sum of RGB (Red+Green+Blue) = 221+244+254=719 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.74% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4FE is #220B01. Grayscale: #EEEEEE. Windows color (decimal): -2231042 or 16708829. OLE color: 16708829.
HSL color Cylindrical-coordinate representation of color #DDF4FE: hue angle of 198.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF4FE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 244 | 254 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.00 |
| HSL | 198.18º | 0.94% | 0.93% | - |
| HSV(B) | 198.18º | 0.13% | 1% | - |
| XYZ | 80.06 | 87.23 | 106.38 | - |
| YUV | 238.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 254 | 0.13 | 0.04 | 0 | 0.00 | 198.18 | 0.94 | 0.93 |
| Hex | DD | F4 | FE | D | 4 | 0 | 0 | C6 | 5E | 5D |
| Octal | 335 | 364 | 376 | 15 | 4 | 0 | 0 | 306 | 136 | 135 |
| Binary | 11011101 | 11110100 | 11111110 | 1101 | 100 | 0 | 0 | 11000110 | 1011110 | 1011101 |
Color Harmonies of #DDF4FE
Complementary color
Monochromatic Colors of #DDF4FE
Black with #DDF4FE
Text Example
Text Example
White with #DDF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4FE; }
p { color: rgb(221,244,254); }
H1.HeaderClassName
{
color: #DDF4FE;
}
.AnyTagClassName
{
color: #DDF4FE;
}
</style>
background-color css
<style>
a { background-color: #DDF4FE; }
a { background-color: rgb(221,244,254); }
div.DivClassName
{
background-color: #DDF4FE;
}
.BgClassName
{
background-color: #DDF4FE;
}
</style>
border-color css
<style>
span { border-color: #DDF4FE; }
span { border-color: rgb(221,244,254); }
td.TdClassName
{
border-color: #DDF4FE;
}
.TagClassName
{
border-color: #DDF4FE;
}
</style>