Shades of Alice Blue #DDEEFD
Tints of Alice Blue #DDEEFD
RGB
CMYK
RGB Variations
Color information
#DDEEFD (or 0xDDEEFD) is known color: Alice Blue. HEX triplet: DD, EE and FD. RGB value is (221,238,253). Sum of RGB (Red+Green+Blue) = 221+238+253=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFD is #221102. Grayscale: #EAEAEA. Windows color (decimal): -2232579 or 16641757. OLE color: 16641757.
HSL color Cylindrical-coordinate representation of color #DDEEFD: hue angle of 208.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEEFD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 238 | 253 | - |
CMYK | 0.13 | 0.06 | 0 | 0.01 |
HSL | 208.13º | 0.89% | 0.93% | - |
HSV(B) | 208.13º | 0.13% | 0.99% | - |
XYZ | 78.12 | 83.61 | 104.95 | - |
YUV | 234.63 | 138.37 | 118.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 253 | 0.13 | 0.06 | 0 | 0.01 | 208.13 | 0.89 | 0.93 |
Hex | DD | EE | FD | D | 6 | 0 | 1 | D0 | 59 | 5D |
Octal | 335 | 356 | 375 | 15 | 6 | 0 | 1 | 320 | 131 | 135 |
Binary | 11011101 | 11101110 | 11111101 | 1101 | 110 | 0 | 1 | 11010000 | 1011001 | 1011101 |
Color Harmonies of #DDEEFD
Complementary color
Monochromatic Colors of #DDEEFD
Black with #DDEEFD
Text Example
Text Example
White with #DDEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEFD; }
p { color: rgb(221,238,253); }
H1.HeaderClassName
{
color: #DDEEFD;
}
.AnyTagClassName
{
color: #DDEEFD;
}
</style>
background-color css
<style>
a { background-color: #DDEEFD; }
a { background-color: rgb(221,238,253); }
div.DivClassName
{
background-color: #DDEEFD;
}
.BgClassName
{
background-color: #DDEEFD;
}
</style>
border-color css
<style>
span { border-color: #DDEEFD; }
span { border-color: rgb(221,238,253); }
td.TdClassName
{
border-color: #DDEEFD;
}
.TagClassName
{
border-color: #DDEEFD;
}
</style>