Shades of Charlotte #A2DDE6
Tints of Charlotte #A2DDE6
RGB
CMYK
RGB Variations
Color information
#A2DDE6 (or 0xA2DDE6) is known color: Charlotte. HEX triplet: A2, DD and E6. RGB value is (162,221,230). Sum of RGB (Red+Green+Blue) = 162+221+230=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #A2DDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDE6 is #5D2219. Grayscale: #CCCCCC. Windows color (decimal): -6103578 or 15130018. OLE color: 15130018.
HSL color Cylindrical-coordinate representation of color #A2DDE6: hue angle of 187.94º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2DDE6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 221 | 230 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.10 |
| HSL | 187.94º | 0.58% | 0.77% | - |
| HSV(B) | 187.94º | 0.3% | 0.9% | - |
| XYZ | 55.04 | 65.11 | 84.53 | - |
| YUV | 204.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 230 | 0.30 | 0.04 | 0 | 0.10 | 187.94 | 0.58 | 0.77 |
| Hex | A2 | DD | E6 | 1E | 4 | 0 | A | BC | 3A | 4D |
| Octal | 242 | 335 | 346 | 36 | 4 | 0 | 12 | 274 | 72 | 115 |
| Binary | 10100010 | 11011101 | 11100110 | 11110 | 100 | 0 | 1010 | 10111100 | 111010 | 1001101 |
Color Harmonies of #A2DDE6
Complementary color
Monochromatic Colors of #A2DDE6
Black with #A2DDE6
Text Example
Text Example
White with #A2DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDE6; }
p { color: rgb(162,221,230); }
H1.HeaderClassName
{
color: #A2DDE6;
}
.AnyTagClassName
{
color: #A2DDE6;
}
</style>
background-color css
<style>
a { background-color: #A2DDE6; }
a { background-color: rgb(162,221,230); }
div.DivClassName
{
background-color: #A2DDE6;
}
.BgClassName
{
background-color: #A2DDE6;
}
</style>
border-color css
<style>
span { border-color: #A2DDE6; }
span { border-color: rgb(162,221,230); }
td.TdClassName
{
border-color: #A2DDE6;
}
.TagClassName
{
border-color: #A2DDE6;
}
</style>