Shades of Alice Blue #DDF1FF
Tints of Alice Blue #DDF1FF
RGB
CMYK
RGB Variations
Color information
#DDF1FF (or 0xDDF1FF) is known color: Alice Blue. HEX triplet: DD, F1 and FF. RGB value is (221,241,255). Sum of RGB (Red+Green+Blue) = 221+241+255=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FF is #220E00. Grayscale: #ECECEC. Windows color (decimal): -2231809 or 16773597. OLE color: 16773597.
HSL color Cylindrical-coordinate representation of color #DDF1FF: hue angle of 204.71º 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 #DDF1FF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 241 | 255 | - |
CMYK | 0.13 | 0.05 | 0 | 0 |
HSL | 204.71º | 1% | 0.93% | - |
HSV(B) | 204.71º | 0.13% | 1% | - |
XYZ | 79.32 | 85.5 | 106.93 | - |
YUV | 236.62 | 138.37 | 116.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 241 | 255 | 0.13 | 0.05 | 0 | 0 | 204.71 | 1 | 0.93 |
Hex | DD | F1 | FF | D | 5 | 0 | 0 | CD | 64 | 5D |
Octal | 335 | 361 | 377 | 15 | 5 | 0 | 0 | 315 | 144 | 135 |
Binary | 11011101 | 11110001 | 11111111 | 1101 | 101 | 0 | 0 | 11001101 | 1100100 | 1011101 |
Color Harmonies of #DDF1FF
Complementary color
Monochromatic Colors of #DDF1FF
Black with #DDF1FF
Text Example
Text Example
White with #DDF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1FF; }
p { color: rgb(221,241,255); }
H1.HeaderClassName
{
color: #DDF1FF;
}
.AnyTagClassName
{
color: #DDF1FF;
}
</style>
background-color css
<style>
a { background-color: #DDF1FF; }
a { background-color: rgb(221,241,255); }
div.DivClassName
{
background-color: #DDF1FF;
}
.BgClassName
{
background-color: #DDF1FF;
}
</style>
border-color css
<style>
span { border-color: #DDF1FF; }
span { border-color: rgb(221,241,255); }
td.TdClassName
{
border-color: #DDF1FF;
}
.TagClassName
{
border-color: #DDF1FF;
}
</style>