Shades of Charlotte #AADDE8
Tints of Charlotte #AADDE8
RGB
CMYK
RGB Variations
Color information
#AADDE8 (or 0xAADDE8) is known color: Charlotte. HEX triplet: AA, DD and E8. RGB value is (170,221,232). Sum of RGB (Red+Green+Blue) = 170+221+232=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #AADDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDE8 is #552217. Grayscale: #CECECE. Windows color (decimal): -5579288 or 15261098. OLE color: 15261098.
HSL color Cylindrical-coordinate representation of color #AADDE8: hue angle of 190.65º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AADDE8 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 221 | 232 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.09 |
| HSL | 190.65º | 0.57% | 0.79% | - |
| HSV(B) | 190.65º | 0.27% | 0.91% | - |
| XYZ | 57 | 66.09 | 86.1 | - |
| YUV | 207.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 232 | 0.27 | 0.05 | 0 | 0.09 | 190.65 | 0.57 | 0.79 |
| Hex | AA | DD | E8 | 1B | 5 | 0 | 9 | BF | 39 | 4F |
| Octal | 252 | 335 | 350 | 33 | 5 | 0 | 11 | 277 | 71 | 117 |
| Binary | 10101010 | 11011101 | 11101000 | 11011 | 101 | 0 | 1001 | 10111111 | 111001 | 1001111 |
Color Harmonies of #AADDE8
Complementary color
Monochromatic Colors of #AADDE8
Black with #AADDE8
Text Example
Text Example
White with #AADDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDE8; }
p { color: rgb(170,221,232); }
H1.HeaderClassName
{
color: #AADDE8;
}
.AnyTagClassName
{
color: #AADDE8;
}
</style>
background-color css
<style>
a { background-color: #AADDE8; }
a { background-color: rgb(170,221,232); }
div.DivClassName
{
background-color: #AADDE8;
}
.BgClassName
{
background-color: #AADDE8;
}
</style>
border-color css
<style>
span { border-color: #AADDE8; }
span { border-color: rgb(170,221,232); }
td.TdClassName
{
border-color: #AADDE8;
}
.TagClassName
{
border-color: #AADDE8;
}
</style>