Shades of Alice Blue #DDF4FF
Tints of Alice Blue #DDF4FF
RGB
CMYK
RGB Variations
Color information
#DDF4FF (or 0xDDF4FF) is known color: Alice Blue. HEX triplet: DD, F4 and FF. RGB value is (221,244,255). Sum of RGB (Red+Green+Blue) = 221+244+255=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4FF is #220B00. Grayscale: #EEEEEE. Windows color (decimal): -2231041 or 16774365. OLE color: 16774365.
HSL color Cylindrical-coordinate representation of color #DDF4FF: hue angle of 199.41º 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 #DDF4FF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 244 | 255 | - |
CMYK | 0.13 | 0.04 | 0 | 0 |
HSL | 199.41º | 1% | 0.93% | - |
HSV(B) | 199.41º | 0.13% | 1% | - |
XYZ | 80.22 | 87.29 | 107.23 | - |
YUV | 238.38 | 137.38 | 115.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 255 | 0.13 | 0.04 | 0 | 0 | 199.41 | 1 | 0.93 |
Hex | DD | F4 | FF | D | 4 | 0 | 0 | C7 | 64 | 5D |
Octal | 335 | 364 | 377 | 15 | 4 | 0 | 0 | 307 | 144 | 135 |
Binary | 11011101 | 11110100 | 11111111 | 1101 | 100 | 0 | 0 | 11000111 | 1100100 | 1011101 |
Color Harmonies of #DDF4FF
Complementary color
Monochromatic Colors of #DDF4FF
Black with #DDF4FF
Text Example
Text Example
White with #DDF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4FF; }
p { color: rgb(221,244,255); }
H1.HeaderClassName
{
color: #DDF4FF;
}
.AnyTagClassName
{
color: #DDF4FF;
}
</style>
background-color css
<style>
a { background-color: #DDF4FF; }
a { background-color: rgb(221,244,255); }
div.DivClassName
{
background-color: #DDF4FF;
}
.BgClassName
{
background-color: #DDF4FF;
}
</style>
border-color css
<style>
span { border-color: #DDF4FF; }
span { border-color: rgb(221,244,255); }
td.TdClassName
{
border-color: #DDF4FF;
}
.TagClassName
{
border-color: #DDF4FF;
}
</style>