Shades of Charlotte #AADADE
Tints of Charlotte #AADADE
RGB
CMYK
RGB Variations
Color information
#AADADE (or 0xAADADE) is known color: Charlotte. HEX triplet: AA, DA and DE. RGB value is (170,218,222). Sum of RGB (Red+Green+Blue) = 170+218+222=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #AADADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADE is #552521. Grayscale: #CCCCCC. Windows color (decimal): -5580066 or 14604970. OLE color: 14604970.
HSL color Cylindrical-coordinate representation of color #AADADE: hue angle of 184.62º 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 #AADADE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 218 | 222 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.13 |
| HSL | 184.62º | 0.44% | 0.77% | - |
| HSV(B) | 184.62º | 0.23% | 0.87% | - |
| XYZ | 54.83 | 63.96 | 78.56 | - |
| YUV | 204.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 222 | 0.23 | 0.02 | 0 | 0.13 | 184.62 | 0.44 | 0.77 |
| Hex | AA | DA | DE | 17 | 2 | 0 | D | B9 | 2C | 4D |
| Octal | 252 | 332 | 336 | 27 | 2 | 0 | 15 | 271 | 54 | 115 |
| Binary | 10101010 | 11011010 | 11011110 | 10111 | 10 | 0 | 1101 | 10111001 | 101100 | 1001101 |
Color Harmonies of #AADADE
Complementary color
Monochromatic Colors of #AADADE
Black with #AADADE
Text Example
Text Example
White with #AADADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADADE; }
p { color: rgb(170,218,222); }
H1.HeaderClassName
{
color: #AADADE;
}
.AnyTagClassName
{
color: #AADADE;
}
</style>
background-color css
<style>
a { background-color: #AADADE; }
a { background-color: rgb(170,218,222); }
div.DivClassName
{
background-color: #AADADE;
}
.BgClassName
{
background-color: #AADADE;
}
</style>
border-color css
<style>
span { border-color: #AADADE; }
span { border-color: rgb(170,218,222); }
td.TdClassName
{
border-color: #AADADE;
}
.TagClassName
{
border-color: #AADADE;
}
</style>