Shades of Charlotte #AADCE5
Tints of Charlotte #AADCE5
RGB
CMYK
RGB Variations
Color information
#AADCE5 (or 0xAADCE5) is known color: Charlotte. HEX triplet: AA, DC and E5. RGB value is (170,220,229). Sum of RGB (Red+Green+Blue) = 170+220+229=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #AADCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCE5 is #55231A. Grayscale: #CDCDCD. Windows color (decimal): -5579547 or 15064234. OLE color: 15064234.
HSL color Cylindrical-coordinate representation of color #AADCE5: hue angle of 189.15º 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 #AADCE5 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 220 | 229 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.10 |
| HSL | 189.15º | 0.53% | 0.78% | - |
| HSV(B) | 189.15º | 0.26% | 0.9% | - |
| XYZ | 56.31 | 65.39 | 83.78 | - |
| YUV | 206.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 229 | 0.26 | 0.04 | 0 | 0.10 | 189.15 | 0.53 | 0.78 |
| Hex | AA | DC | E5 | 1A | 4 | 0 | A | BD | 35 | 4E |
| Octal | 252 | 334 | 345 | 32 | 4 | 0 | 12 | 275 | 65 | 116 |
| Binary | 10101010 | 11011100 | 11100101 | 11010 | 100 | 0 | 1010 | 10111101 | 110101 | 1001110 |
Color Harmonies of #AADCE5
Complementary color
Monochromatic Colors of #AADCE5
Black with #AADCE5
Text Example
Text Example
White with #AADCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCE5; }
p { color: rgb(170,220,229); }
H1.HeaderClassName
{
color: #AADCE5;
}
.AnyTagClassName
{
color: #AADCE5;
}
</style>
background-color css
<style>
a { background-color: #AADCE5; }
a { background-color: rgb(170,220,229); }
div.DivClassName
{
background-color: #AADCE5;
}
.BgClassName
{
background-color: #AADCE5;
}
</style>
border-color css
<style>
span { border-color: #AADCE5; }
span { border-color: rgb(170,220,229); }
td.TdClassName
{
border-color: #AADCE5;
}
.TagClassName
{
border-color: #AADCE5;
}
</style>