Shades of Alice Blue #DDF5FF
Tints of Alice Blue #DDF5FF
RGB
CMYK
RGB Variations
Color information
#DDF5FF (or 0xDDF5FF) is known color: Alice Blue. HEX triplet: DD, F5 and FF. RGB value is (221,245,255). Sum of RGB (Red+Green+Blue) = 221+245+255=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5FF is #220A00. Grayscale: #EEEEEE. Windows color (decimal): -2230785 or 16774621. OLE color: 16774621.
HSL color Cylindrical-coordinate representation of color #DDF5FF: hue angle of 197.65º 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 #DDF5FF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 245 | 255 | - |
CMYK | 0.13 | 0.04 | 0 | 0 |
HSL | 197.65º | 1% | 0.93% | - |
HSV(B) | 197.65º | 0.13% | 1% | - |
XYZ | 80.52 | 87.9 | 107.33 | - |
YUV | 238.96 | 137.05 | 115.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 255 | 0.13 | 0.04 | 0 | 0 | 197.65 | 1 | 0.93 |
Hex | DD | F5 | FF | D | 4 | 0 | 0 | C6 | 64 | 5D |
Octal | 335 | 365 | 377 | 15 | 4 | 0 | 0 | 306 | 144 | 135 |
Binary | 11011101 | 11110101 | 11111111 | 1101 | 100 | 0 | 0 | 11000110 | 1100100 | 1011101 |
Color Harmonies of #DDF5FF
Complementary color
Monochromatic Colors of #DDF5FF
Black with #DDF5FF
Text Example
Text Example
White with #DDF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5FF; }
p { color: rgb(221,245,255); }
H1.HeaderClassName
{
color: #DDF5FF;
}
.AnyTagClassName
{
color: #DDF5FF;
}
</style>
background-color css
<style>
a { background-color: #DDF5FF; }
a { background-color: rgb(221,245,255); }
div.DivClassName
{
background-color: #DDF5FF;
}
.BgClassName
{
background-color: #DDF5FF;
}
</style>
border-color css
<style>
span { border-color: #DDF5FF; }
span { border-color: rgb(221,245,255); }
td.TdClassName
{
border-color: #DDF5FF;
}
.TagClassName
{
border-color: #DDF5FF;
}
</style>