Shades of Alice Blue #DDF2FF
Tints of Alice Blue #DDF2FF
RGB
CMYK
RGB Variations
Color information
#DDF2FF (or 0xDDF2FF) is known color: Alice Blue. HEX triplet: DD, F2 and FF. RGB value is (221,242,255). Sum of RGB (Red+Green+Blue) = 221+242+255=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2FF is #220D00. Grayscale: #EDEDED. Windows color (decimal): -2231553 or 16773853. OLE color: 16773853.
HSL color Cylindrical-coordinate representation of color #DDF2FF: hue angle of 202.94º 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 #DDF2FF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 242 | 255 | - |
CMYK | 0.13 | 0.05 | 0 | 0 |
HSL | 202.94º | 1% | 0.93% | - |
HSV(B) | 202.94º | 0.13% | 1% | - |
XYZ | 79.62 | 86.1 | 107.03 | - |
YUV | 237.2 | 138.04 | 116.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 255 | 0.13 | 0.05 | 0 | 0 | 202.94 | 1 | 0.93 |
Hex | DD | F2 | FF | D | 5 | 0 | 0 | CB | 64 | 5D |
Octal | 335 | 362 | 377 | 15 | 5 | 0 | 0 | 313 | 144 | 135 |
Binary | 11011101 | 11110010 | 11111111 | 1101 | 101 | 0 | 0 | 11001011 | 1100100 | 1011101 |
Color Harmonies of #DDF2FF
Complementary color
Monochromatic Colors of #DDF2FF
Black with #DDF2FF
Text Example
Text Example
White with #DDF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2FF; }
p { color: rgb(221,242,255); }
H1.HeaderClassName
{
color: #DDF2FF;
}
.AnyTagClassName
{
color: #DDF2FF;
}
</style>
background-color css
<style>
a { background-color: #DDF2FF; }
a { background-color: rgb(221,242,255); }
div.DivClassName
{
background-color: #DDF2FF;
}
.BgClassName
{
background-color: #DDF2FF;
}
</style>
border-color css
<style>
span { border-color: #DDF2FF; }
span { border-color: rgb(221,242,255); }
td.TdClassName
{
border-color: #DDF2FF;
}
.TagClassName
{
border-color: #DDF2FF;
}
</style>