Shades of Charlotte #A1DDEC
Tints of Charlotte #A1DDEC
RGB
CMYK
RGB Variations
Color information
#A1DDEC (or 0xA1DDEC) is known color: Charlotte. HEX triplet: A1, DD and EC. RGB value is (161,221,236). Sum of RGB (Red+Green+Blue) = 161+221+236=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDEC is #5E2213. Grayscale: #CCCCCC. Windows color (decimal): -6169108 or 15523233. OLE color: 15523233.
HSL color Cylindrical-coordinate representation of color #A1DDEC: hue angle of 192º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DDEC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 221 | 236 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.07 |
| HSL | 192º | 0.66% | 0.78% | - |
| HSV(B) | 192º | 0.32% | 0.93% | - |
| XYZ | 55.69 | 65.35 | 89.03 | - |
| YUV | 204.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 236 | 0.32 | 0.06 | 0 | 0.07 | 192 | 0.66 | 0.78 |
| Hex | A1 | DD | EC | 20 | 6 | 0 | 7 | C0 | 42 | 4E |
| Octal | 241 | 335 | 354 | 40 | 6 | 0 | 7 | 300 | 102 | 116 |
| Binary | 10100001 | 11011101 | 11101100 | 100000 | 110 | 0 | 111 | 11000000 | 1000010 | 1001110 |
Color Harmonies of #A1DDEC
Complementary color
Monochromatic Colors of #A1DDEC
Black with #A1DDEC
Text Example
Text Example
White with #A1DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDEC; }
p { color: rgb(161,221,236); }
H1.HeaderClassName
{
color: #A1DDEC;
}
.AnyTagClassName
{
color: #A1DDEC;
}
</style>
background-color css
<style>
a { background-color: #A1DDEC; }
a { background-color: rgb(161,221,236); }
div.DivClassName
{
background-color: #A1DDEC;
}
.BgClassName
{
background-color: #A1DDEC;
}
</style>
border-color css
<style>
span { border-color: #A1DDEC; }
span { border-color: rgb(161,221,236); }
td.TdClassName
{
border-color: #A1DDEC;
}
.TagClassName
{
border-color: #A1DDEC;
}
</style>