Shades of Powder Blue #AADDDE
Tints of Powder Blue #AADDDE
RGB
CMYK
RGB Variations
Color information
#AADDDE (or 0xAADDDE) is known color: Powder Blue. HEX triplet: AA, DD and DE. RGB value is (170,221,222). Sum of RGB (Red+Green+Blue) = 170+221+222=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #AADDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDE is #552221. Grayscale: #CDCDCD. Windows color (decimal): -5579298 or 14605738. OLE color: 14605738.
HSL color Cylindrical-coordinate representation of color #AADDDE: hue angle of 181.15º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDDE is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 222 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.13 |
| HSL | 181.15º | 0.44% | 0.77% | - |
| HSV(B) | 181.15º | 0.23% | 0.87% | - |
| XYZ | 55.62 | 65.53 | 78.82 | - |
| YUV | 205.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 222 | 0.23 | 0.00 | 0 | 0.13 | 181.15 | 0.44 | 0.77 |
| Hex | AA | DD | DE | 17 | 0 | 0 | D | B5 | 2C | 4D |
| Octal | 252 | 335 | 336 | 27 | 0 | 0 | 15 | 265 | 54 | 115 |
| Binary | 10101010 | 11011101 | 11011110 | 10111 | 0 | 0 | 1101 | 10110101 | 101100 | 1001101 |
Color Harmonies of #AADDDE
Complementary color
Monochromatic Colors of #AADDDE
Black with #AADDDE
Text Example
Text Example
White with #AADDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDDE; }
p { color: rgb(170,221,222); }
H1.HeaderClassName
{
color: #AADDDE;
}
.AnyTagClassName
{
color: #AADDDE;
}
</style>
background-color css
<style>
a { background-color: #AADDDE; }
a { background-color: rgb(170,221,222); }
div.DivClassName
{
background-color: #AADDDE;
}
.BgClassName
{
background-color: #AADDDE;
}
</style>
border-color css
<style>
span { border-color: #AADDDE; }
span { border-color: rgb(170,221,222); }
td.TdClassName
{
border-color: #AADDDE;
}
.TagClassName
{
border-color: #AADDDE;
}
</style>