Shades of Charlotte #A1DDDF
Tints of Charlotte #A1DDDF
RGB
CMYK
RGB Variations
Color information
#A1DDDF (or 0xA1DDDF) is known color: Charlotte. HEX triplet: A1, DD and DF. RGB value is (161,221,223). Sum of RGB (Red+Green+Blue) = 161+221+223=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDDF is #5E2220. Grayscale: #CBCBCB. Windows color (decimal): -6169121 or 14671265. OLE color: 14671265.
HSL color Cylindrical-coordinate representation of color #A1DDDF: hue angle of 181.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DDDF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 223 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.13 |
| HSL | 181.94º | 0.49% | 0.75% | - |
| HSV(B) | 181.94º | 0.28% | 0.87% | - |
| XYZ | 53.87 | 64.62 | 79.45 | - |
| YUV | 203.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 223 | 0.28 | 0.01 | 0 | 0.13 | 181.94 | 0.49 | 0.75 |
| Hex | A1 | DD | DF | 1C | 1 | 0 | D | B6 | 31 | 4B |
| Octal | 241 | 335 | 337 | 34 | 1 | 0 | 15 | 266 | 61 | 113 |
| Binary | 10100001 | 11011101 | 11011111 | 11100 | 1 | 0 | 1101 | 10110110 | 110001 | 1001011 |
Color Harmonies of #A1DDDF
Complementary color
Monochromatic Colors of #A1DDDF
Black with #A1DDDF
Text Example
Text Example
White with #A1DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDDF; }
p { color: rgb(161,221,223); }
H1.HeaderClassName
{
color: #A1DDDF;
}
.AnyTagClassName
{
color: #A1DDDF;
}
</style>
background-color css
<style>
a { background-color: #A1DDDF; }
a { background-color: rgb(161,221,223); }
div.DivClassName
{
background-color: #A1DDDF;
}
.BgClassName
{
background-color: #A1DDDF;
}
</style>
border-color css
<style>
span { border-color: #A1DDDF; }
span { border-color: rgb(161,221,223); }
td.TdClassName
{
border-color: #A1DDDF;
}
.TagClassName
{
border-color: #A1DDDF;
}
</style>