Shades of Charlotte #A3DEDE
Tints of Charlotte #A3DEDE
RGB
CMYK
RGB Variations
Color information
#A3DEDE (or 0xA3DEDE) is known color: Charlotte. HEX triplet: A3, DE and DE. RGB value is (163,222,222). Sum of RGB (Red+Green+Blue) = 163+222+222=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #A3DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEDE is #5C2121. Grayscale: #CCCCCC. Windows color (decimal): -6037794 or 14605987. OLE color: 14605987.
HSL color Cylindrical-coordinate representation of color #A3DEDE: hue angle of 180º degrees, saturation: 0.47, 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 #A3DEDE is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 222 | - |
| CMYK | 0.27 | 0 | 0 | 0.13 |
| HSL | 180º | 0.47% | 0.75% | - |
| HSV(B) | 180º | 0.27% | 0.87% | - |
| XYZ | 54.41 | 65.3 | 78.84 | - |
| YUV | 204.36 | 137.95 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 222 | 0.27 | 0 | 0 | 0.13 | 180 | 0.47 | 0.75 |
| Hex | A3 | DE | DE | 1B | 0 | 0 | D | B4 | 2F | 4B |
| Octal | 243 | 336 | 336 | 33 | 0 | 0 | 15 | 264 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11011110 | 11011 | 0 | 0 | 1101 | 10110100 | 101111 | 1001011 |
Color Harmonies of #A3DEDE
Complementary color
Monochromatic Colors of #A3DEDE
Black with #A3DEDE
Text Example
Text Example
White with #A3DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEDE; }
p { color: rgb(163,222,222); }
H1.HeaderClassName
{
color: #A3DEDE;
}
.AnyTagClassName
{
color: #A3DEDE;
}
</style>
background-color css
<style>
a { background-color: #A3DEDE; }
a { background-color: rgb(163,222,222); }
div.DivClassName
{
background-color: #A3DEDE;
}
.BgClassName
{
background-color: #A3DEDE;
}
</style>
border-color css
<style>
span { border-color: #A3DEDE; }
span { border-color: rgb(163,222,222); }
td.TdClassName
{
border-color: #A3DEDE;
}
.TagClassName
{
border-color: #A3DEDE;
}
</style>