Shades of Charlotte #A1DCDD
Tints of Charlotte #A1DCDD
RGB
CMYK
RGB Variations
Color information
#A1DCDD (or 0xA1DCDD) is known color: Charlotte. HEX triplet: A1, DC and DD. RGB value is (161,220,221). Sum of RGB (Red+Green+Blue) = 161+220+221=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCDD is #5E2322. Grayscale: #CACACA. Windows color (decimal): -6169379 or 14539937. OLE color: 14539937.
HSL color Cylindrical-coordinate representation of color #A1DCDD: hue angle of 181º 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 #A1DCDD is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 220 | 221 | - |
| CMYK | 0.27 | 0.00 | 0 | 0.13 |
| HSL | 181º | 0.47% | 0.75% | - |
| HSV(B) | 181º | 0.27% | 0.87% | - |
| XYZ | 53.34 | 63.98 | 77.95 | - |
| YUV | 202.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 221 | 0.27 | 0.00 | 0 | 0.13 | 181 | 0.47 | 0.75 |
| Hex | A1 | DC | DD | 1B | 0 | 0 | D | B5 | 2F | 4B |
| Octal | 241 | 334 | 335 | 33 | 0 | 0 | 15 | 265 | 57 | 113 |
| Binary | 10100001 | 11011100 | 11011101 | 11011 | 0 | 0 | 1101 | 10110101 | 101111 | 1001011 |
Color Harmonies of #A1DCDD
Complementary color
Monochromatic Colors of #A1DCDD
Black with #A1DCDD
Text Example
Text Example
White with #A1DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCDD; }
p { color: rgb(161,220,221); }
H1.HeaderClassName
{
color: #A1DCDD;
}
.AnyTagClassName
{
color: #A1DCDD;
}
</style>
background-color css
<style>
a { background-color: #A1DCDD; }
a { background-color: rgb(161,220,221); }
div.DivClassName
{
background-color: #A1DCDD;
}
.BgClassName
{
background-color: #A1DCDD;
}
</style>
border-color css
<style>
span { border-color: #A1DCDD; }
span { border-color: rgb(161,220,221); }
td.TdClassName
{
border-color: #A1DCDD;
}
.TagClassName
{
border-color: #A1DCDD;
}
</style>