Shades of Alice Blue #DDF0FF
Tints of Alice Blue #DDF0FF
RGB
CMYK
RGB Variations
Color information
#DDF0FF (or 0xDDF0FF) is known color: Alice Blue. HEX triplet: DD, F0 and FF. RGB value is (221,240,255). Sum of RGB (Red+Green+Blue) = 221+240+255=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FF is #220F00. Grayscale: #EBEBEB. Windows color (decimal): -2232065 or 16773341. OLE color: 16773341.
HSL color Cylindrical-coordinate representation of color #DDF0FF: hue angle of 206.47º 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 #DDF0FF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 240 | 255 | - |
CMYK | 0.13 | 0.06 | 0 | 0 |
HSL | 206.47º | 1% | 0.93% | - |
HSV(B) | 206.47º | 0.13% | 1% | - |
XYZ | 79.03 | 84.91 | 106.83 | - |
YUV | 236.03 | 138.71 | 117.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 255 | 0.13 | 0.06 | 0 | 0 | 206.47 | 1 | 0.93 |
Hex | DD | F0 | FF | D | 6 | 0 | 0 | CE | 64 | 5D |
Octal | 335 | 360 | 377 | 15 | 6 | 0 | 0 | 316 | 144 | 135 |
Binary | 11011101 | 11110000 | 11111111 | 1101 | 110 | 0 | 0 | 11001110 | 1100100 | 1011101 |
Color Harmonies of #DDF0FF
Complementary color
Monochromatic Colors of #DDF0FF
Black with #DDF0FF
Text Example
Text Example
White with #DDF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0FF; }
p { color: rgb(221,240,255); }
H1.HeaderClassName
{
color: #DDF0FF;
}
.AnyTagClassName
{
color: #DDF0FF;
}
</style>
background-color css
<style>
a { background-color: #DDF0FF; }
a { background-color: rgb(221,240,255); }
div.DivClassName
{
background-color: #DDF0FF;
}
.BgClassName
{
background-color: #DDF0FF;
}
</style>
border-color css
<style>
span { border-color: #DDF0FF; }
span { border-color: rgb(221,240,255); }
td.TdClassName
{
border-color: #DDF0FF;
}
.TagClassName
{
border-color: #DDF0FF;
}
</style>