Shades of Charlotte #A2DDEC
Tints of Charlotte #A2DDEC
RGB
CMYK
RGB Variations
Color information
#A2DDEC (or 0xA2DDEC) is known color: Charlotte. HEX triplet: A2, DD and EC. RGB value is (162,221,236). Sum of RGB (Red+Green+Blue) = 162+221+236=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDEC is #5D2213. Grayscale: #CCCCCC. Windows color (decimal): -6103572 or 15523234. OLE color: 15523234.
HSL color Cylindrical-coordinate representation of color #A2DDEC: hue angle of 192.16º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2DDEC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 221 | 236 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.07 |
| HSL | 192.16º | 0.66% | 0.78% | - |
| HSV(B) | 192.16º | 0.31% | 0.93% | - |
| XYZ | 55.9 | 65.45 | 89.04 | - |
| YUV | 205.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 236 | 0.31 | 0.06 | 0 | 0.07 | 192.16 | 0.66 | 0.78 |
| Hex | A2 | DD | EC | 1F | 6 | 0 | 7 | C0 | 42 | 4E |
| Octal | 242 | 335 | 354 | 37 | 6 | 0 | 7 | 300 | 102 | 116 |
| Binary | 10100010 | 11011101 | 11101100 | 11111 | 110 | 0 | 111 | 11000000 | 1000010 | 1001110 |
Color Harmonies of #A2DDEC
Complementary color
Monochromatic Colors of #A2DDEC
Black with #A2DDEC
Text Example
Text Example
White with #A2DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDEC; }
p { color: rgb(162,221,236); }
H1.HeaderClassName
{
color: #A2DDEC;
}
.AnyTagClassName
{
color: #A2DDEC;
}
</style>
background-color css
<style>
a { background-color: #A2DDEC; }
a { background-color: rgb(162,221,236); }
div.DivClassName
{
background-color: #A2DDEC;
}
.BgClassName
{
background-color: #A2DDEC;
}
</style>
border-color css
<style>
span { border-color: #A2DDEC; }
span { border-color: rgb(162,221,236); }
td.TdClassName
{
border-color: #A2DDEC;
}
.TagClassName
{
border-color: #A2DDEC;
}
</style>