Shades of Alice Blue #DDEFFF
Tints of Alice Blue #DDEFFF
RGB
CMYK
RGB Variations
Color information
#DDEFFF (or 0xDDEFFF) is known color: Alice Blue. HEX triplet: DD, EF and FF. RGB value is (221,239,255). Sum of RGB (Red+Green+Blue) = 221+239+255=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFFF is #221000. Grayscale: #EBEBEB. Windows color (decimal): -2232321 or 16773085. OLE color: 16773085.
HSL color Cylindrical-coordinate representation of color #DDEFFF: hue angle of 208.24º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEFFF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 239 | 255 | - |
| CMYK | 0.13 | 0.06 | 0 | 0 |
| HSL | 208.24º | 1% | 0.93% | - |
| HSV(B) | 208.24º | 0.13% | 1% | - |
| XYZ | 78.74 | 84.33 | 106.73 | - |
| YUV | 235.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 255 | 0.13 | 0.06 | 0 | 0 | 208.24 | 1 | 0.93 |
| Hex | DD | EF | FF | D | 6 | 0 | 0 | D0 | 64 | 5D |
| Octal | 335 | 357 | 377 | 15 | 6 | 0 | 0 | 320 | 144 | 135 |
| Binary | 11011101 | 11101111 | 11111111 | 1101 | 110 | 0 | 0 | 11010000 | 1100100 | 1011101 |
Color Harmonies of #DDEFFF
Complementary color
Monochromatic Colors of #DDEFFF
Black with #DDEFFF
Text Example
Text Example
White with #DDEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFFF; }
p { color: rgb(221,239,255); }
H1.HeaderClassName
{
color: #DDEFFF;
}
.AnyTagClassName
{
color: #DDEFFF;
}
</style>
background-color css
<style>
a { background-color: #DDEFFF; }
a { background-color: rgb(221,239,255); }
div.DivClassName
{
background-color: #DDEFFF;
}
.BgClassName
{
background-color: #DDEFFF;
}
</style>
border-color css
<style>
span { border-color: #DDEFFF; }
span { border-color: rgb(221,239,255); }
td.TdClassName
{
border-color: #DDEFFF;
}
.TagClassName
{
border-color: #DDEFFF;
}
</style>