Shades of Alice Blue #DDF3FF
Tints of Alice Blue #DDF3FF
RGB
CMYK
RGB Variations
Color information
#DDF3FF (or 0xDDF3FF) is known color: Alice Blue. HEX triplet: DD, F3 and FF. RGB value is (221,243,255). Sum of RGB (Red+Green+Blue) = 221+243+255=719 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.74% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3FF is #220C00. Grayscale: #EDEDED. Windows color (decimal): -2231297 or 16774109. OLE color: 16774109.
HSL color Cylindrical-coordinate representation of color #DDF3FF: hue angle of 201.18º 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 #DDF3FF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 243 | 255 | - |
CMYK | 0.13 | 0.05 | 0 | 0 |
HSL | 201.18º | 1% | 0.93% | - |
HSV(B) | 201.18º | 0.13% | 1% | - |
XYZ | 79.92 | 86.69 | 107.13 | - |
YUV | 237.79 | 137.71 | 116.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 255 | 0.13 | 0.05 | 0 | 0 | 201.18 | 1 | 0.93 |
Hex | DD | F3 | FF | D | 5 | 0 | 0 | C9 | 64 | 5D |
Octal | 335 | 363 | 377 | 15 | 5 | 0 | 0 | 311 | 144 | 135 |
Binary | 11011101 | 11110011 | 11111111 | 1101 | 101 | 0 | 0 | 11001001 | 1100100 | 1011101 |
Color Harmonies of #DDF3FF
Complementary color
Monochromatic Colors of #DDF3FF
Black with #DDF3FF
Text Example
Text Example
White with #DDF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3FF; }
p { color: rgb(221,243,255); }
H1.HeaderClassName
{
color: #DDF3FF;
}
.AnyTagClassName
{
color: #DDF3FF;
}
</style>
background-color css
<style>
a { background-color: #DDF3FF; }
a { background-color: rgb(221,243,255); }
div.DivClassName
{
background-color: #DDF3FF;
}
.BgClassName
{
background-color: #DDF3FF;
}
</style>
border-color css
<style>
span { border-color: #DDF3FF; }
span { border-color: rgb(221,243,255); }
td.TdClassName
{
border-color: #DDF3FF;
}
.TagClassName
{
border-color: #DDF3FF;
}
</style>