Shades of Charlotte #A2DEDE
Tints of Charlotte #A2DEDE
RGB
CMYK
RGB Variations
Color information
#A2DEDE (or 0xA2DEDE) is known color: Charlotte. HEX triplet: A2, DE and DE. RGB value is (162,222,222). Sum of RGB (Red+Green+Blue) = 162+222+222=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #A2DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEDE is #5D2121. Grayscale: #CCCCCC. Windows color (decimal): -6103330 or 14605986. OLE color: 14605986.
HSL color Cylindrical-coordinate representation of color #A2DEDE: hue angle of 180º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DEDE is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 222 | - |
| CMYK | 0.27 | 0 | 0 | 0.13 |
| HSL | 180º | 0.48% | 0.75% | - |
| HSV(B) | 180º | 0.27% | 0.87% | - |
| XYZ | 54.21 | 65.2 | 78.83 | - |
| YUV | 204.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 222 | 0.27 | 0 | 0 | 0.13 | 180 | 0.48 | 0.75 |
| Hex | A2 | DE | DE | 1B | 0 | 0 | D | B4 | 30 | 4B |
| Octal | 242 | 336 | 336 | 33 | 0 | 0 | 15 | 264 | 60 | 113 |
| Binary | 10100010 | 11011110 | 11011110 | 11011 | 0 | 0 | 1101 | 10110100 | 110000 | 1001011 |
Color Harmonies of #A2DEDE
Complementary color
Monochromatic Colors of #A2DEDE
Black with #A2DEDE
Text Example
Text Example
White with #A2DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DEDE; }
p { color: rgb(162,222,222); }
H1.HeaderClassName
{
color: #A2DEDE;
}
.AnyTagClassName
{
color: #A2DEDE;
}
</style>
background-color css
<style>
a { background-color: #A2DEDE; }
a { background-color: rgb(162,222,222); }
div.DivClassName
{
background-color: #A2DEDE;
}
.BgClassName
{
background-color: #A2DEDE;
}
</style>
border-color css
<style>
span { border-color: #A2DEDE; }
span { border-color: rgb(162,222,222); }
td.TdClassName
{
border-color: #A2DEDE;
}
.TagClassName
{
border-color: #A2DEDE;
}
</style>