Shades of Charlotte #AADDE5
Tints of Charlotte #AADDE5
RGB
CMYK
RGB Variations
Color information
#AADDE5 (or 0xAADDE5) is known color: Charlotte. HEX triplet: AA, DD and E5. RGB value is (170,221,229). Sum of RGB (Red+Green+Blue) = 170+221+229=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #AADDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDE5 is #55221A. Grayscale: #CECECE. Windows color (decimal): -5579291 or 15064490. OLE color: 15064490.
HSL color Cylindrical-coordinate representation of color #AADDE5: hue angle of 188.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADDE5 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 221 | 229 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.10 |
| HSL | 188.14º | 0.53% | 0.78% | - |
| HSV(B) | 188.14º | 0.26% | 0.9% | - |
| XYZ | 56.58 | 65.92 | 83.87 | - |
| YUV | 206.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 229 | 0.26 | 0.03 | 0 | 0.10 | 188.14 | 0.53 | 0.78 |
| Hex | AA | DD | E5 | 1A | 3 | 0 | A | BC | 35 | 4E |
| Octal | 252 | 335 | 345 | 32 | 3 | 0 | 12 | 274 | 65 | 116 |
| Binary | 10101010 | 11011101 | 11100101 | 11010 | 11 | 0 | 1010 | 10111100 | 110101 | 1001110 |
Color Harmonies of #AADDE5
Complementary color
Monochromatic Colors of #AADDE5
Black with #AADDE5
Text Example
Text Example
White with #AADDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDE5; }
p { color: rgb(170,221,229); }
H1.HeaderClassName
{
color: #AADDE5;
}
.AnyTagClassName
{
color: #AADDE5;
}
</style>
background-color css
<style>
a { background-color: #AADDE5; }
a { background-color: rgb(170,221,229); }
div.DivClassName
{
background-color: #AADDE5;
}
.BgClassName
{
background-color: #AADDE5;
}
</style>
border-color css
<style>
span { border-color: #AADDE5; }
span { border-color: rgb(170,221,229); }
td.TdClassName
{
border-color: #AADDE5;
}
.TagClassName
{
border-color: #AADDE5;
}
</style>