Shades of Powder Blue #ADDEDE
Tints of Powder Blue #ADDEDE
RGB
CMYK
RGB Variations
Color information
#ADDEDE (or 0xADDEDE) is known color: Powder Blue. HEX triplet: AD, DE and DE. RGB value is (173,222,222). Sum of RGB (Red+Green+Blue) = 173+222+222=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #ADDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEDE is #522121. Grayscale: #CFCFCF. Windows color (decimal): -5382434 or 14605997. OLE color: 14605997.
HSL color Cylindrical-coordinate representation of color #ADDEDE: hue angle of 180º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEDE is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 222 | - |
| CMYK | 0.22 | 0 | 0 | 0.13 |
| HSL | 180º | 0.43% | 0.77% | - |
| HSV(B) | 180º | 0.22% | 0.87% | - |
| XYZ | 56.54 | 66.4 | 78.94 | - |
| YUV | 207.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 222 | 0.22 | 0 | 0 | 0.13 | 180 | 0.43 | 0.77 |
| Hex | AD | DE | DE | 16 | 0 | 0 | D | B4 | 2B | 4D |
| Octal | 255 | 336 | 336 | 26 | 0 | 0 | 15 | 264 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11011110 | 10110 | 0 | 0 | 1101 | 10110100 | 101011 | 1001101 |
Color Harmonies of #ADDEDE
Complementary color
Monochromatic Colors of #ADDEDE
Black with #ADDEDE
Text Example
Text Example
White with #ADDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEDE; }
p { color: rgb(173,222,222); }
H1.HeaderClassName
{
color: #ADDEDE;
}
.AnyTagClassName
{
color: #ADDEDE;
}
</style>
background-color css
<style>
a { background-color: #ADDEDE; }
a { background-color: rgb(173,222,222); }
div.DivClassName
{
background-color: #ADDEDE;
}
.BgClassName
{
background-color: #ADDEDE;
}
</style>
border-color css
<style>
span { border-color: #ADDEDE; }
span { border-color: rgb(173,222,222); }
td.TdClassName
{
border-color: #ADDEDE;
}
.TagClassName
{
border-color: #ADDEDE;
}
</style>