Shades of Charlotte #A2DDE5
Tints of Charlotte #A2DDE5
RGB
CMYK
RGB Variations
Color information
#A2DDE5 (or 0xA2DDE5) is known color: Charlotte. HEX triplet: A2, DD and E5. RGB value is (162,221,229). Sum of RGB (Red+Green+Blue) = 162+221+229=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2DDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDE5 is #5D221A. Grayscale: #CCCCCC. Windows color (decimal): -6103579 or 15064482. OLE color: 15064482.
HSL color Cylindrical-coordinate representation of color #A2DDE5: hue angle of 187.16º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2DDE5 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 221 | 229 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.10 |
| HSL | 187.16º | 0.56% | 0.77% | - |
| HSV(B) | 187.16º | 0.29% | 0.9% | - |
| XYZ | 54.9 | 65.05 | 83.79 | - |
| YUV | 204.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 229 | 0.29 | 0.03 | 0 | 0.10 | 187.16 | 0.56 | 0.77 |
| Hex | A2 | DD | E5 | 1D | 3 | 0 | A | BB | 38 | 4D |
| Octal | 242 | 335 | 345 | 35 | 3 | 0 | 12 | 273 | 70 | 115 |
| Binary | 10100010 | 11011101 | 11100101 | 11101 | 11 | 0 | 1010 | 10111011 | 111000 | 1001101 |
Color Harmonies of #A2DDE5
Complementary color
Monochromatic Colors of #A2DDE5
Black with #A2DDE5
Text Example
Text Example
White with #A2DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDE5; }
p { color: rgb(162,221,229); }
H1.HeaderClassName
{
color: #A2DDE5;
}
.AnyTagClassName
{
color: #A2DDE5;
}
</style>
background-color css
<style>
a { background-color: #A2DDE5; }
a { background-color: rgb(162,221,229); }
div.DivClassName
{
background-color: #A2DDE5;
}
.BgClassName
{
background-color: #A2DDE5;
}
</style>
border-color css
<style>
span { border-color: #A2DDE5; }
span { border-color: rgb(162,221,229); }
td.TdClassName
{
border-color: #A2DDE5;
}
.TagClassName
{
border-color: #A2DDE5;
}
</style>