Shades of Charlotte #A6DDE0
Tints of Charlotte #A6DDE0
RGB
CMYK
RGB Variations
Color information
#A6DDE0 (or 0xA6DDE0) is known color: Charlotte. HEX triplet: A6, DD and E0. RGB value is (166,221,224). Sum of RGB (Red+Green+Blue) = 166+221+224=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6DDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDE0 is #59221F. Grayscale: #CCCCCC. Windows color (decimal): -5841440 or 14736806. OLE color: 14736806.
HSL color Cylindrical-coordinate representation of color #A6DDE0: hue angle of 183.1º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DDE0 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 221 | 224 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.12 |
| HSL | 183.1º | 0.48% | 0.76% | - |
| HSV(B) | 183.1º | 0.26% | 0.88% | - |
| XYZ | 55.04 | 65.2 | 80.21 | - |
| YUV | 204.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 224 | 0.26 | 0.01 | 0 | 0.12 | 183.1 | 0.48 | 0.76 |
| Hex | A6 | DD | E0 | 1A | 1 | 0 | C | B7 | 30 | 4C |
| Octal | 246 | 335 | 340 | 32 | 1 | 0 | 14 | 267 | 60 | 114 |
| Binary | 10100110 | 11011101 | 11100000 | 11010 | 1 | 0 | 1100 | 10110111 | 110000 | 1001100 |
Color Harmonies of #A6DDE0
Complementary color
Monochromatic Colors of #A6DDE0
Black with #A6DDE0
Text Example
Text Example
White with #A6DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDE0; }
p { color: rgb(166,221,224); }
H1.HeaderClassName
{
color: #A6DDE0;
}
.AnyTagClassName
{
color: #A6DDE0;
}
</style>
background-color css
<style>
a { background-color: #A6DDE0; }
a { background-color: rgb(166,221,224); }
div.DivClassName
{
background-color: #A6DDE0;
}
.BgClassName
{
background-color: #A6DDE0;
}
</style>
border-color css
<style>
span { border-color: #A6DDE0; }
span { border-color: rgb(166,221,224); }
td.TdClassName
{
border-color: #A6DDE0;
}
.TagClassName
{
border-color: #A6DDE0;
}
</style>