Shades of Charlotte #A5DDE1
Tints of Charlotte #A5DDE1
RGB
CMYK
RGB Variations
Color information
#A5DDE1 (or 0xA5DDE1) is known color: Charlotte. HEX triplet: A5, DD and E1. RGB value is (165,221,225). Sum of RGB (Red+Green+Blue) = 165+221+225=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5DDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDE1 is #5A221E. Grayscale: #CCCCCC. Windows color (decimal): -5906975 or 14802341. OLE color: 14802341.
HSL color Cylindrical-coordinate representation of color #A5DDE1: hue angle of 184º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5DDE1 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 221 | 225 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.12 |
| HSL | 184º | 0.5% | 0.76% | - |
| HSV(B) | 184º | 0.27% | 0.88% | - |
| XYZ | 54.96 | 65.15 | 80.91 | - |
| YUV | 204.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 225 | 0.27 | 0.02 | 0 | 0.12 | 184 | 0.5 | 0.76 |
| Hex | A5 | DD | E1 | 1B | 2 | 0 | C | B8 | 32 | 4C |
| Octal | 245 | 335 | 341 | 33 | 2 | 0 | 14 | 270 | 62 | 114 |
| Binary | 10100101 | 11011101 | 11100001 | 11011 | 10 | 0 | 1100 | 10111000 | 110010 | 1001100 |
Color Harmonies of #A5DDE1
Complementary color
Monochromatic Colors of #A5DDE1
Black with #A5DDE1
Text Example
Text Example
White with #A5DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDE1; }
p { color: rgb(165,221,225); }
H1.HeaderClassName
{
color: #A5DDE1;
}
.AnyTagClassName
{
color: #A5DDE1;
}
</style>
background-color css
<style>
a { background-color: #A5DDE1; }
a { background-color: rgb(165,221,225); }
div.DivClassName
{
background-color: #A5DDE1;
}
.BgClassName
{
background-color: #A5DDE1;
}
</style>
border-color css
<style>
span { border-color: #A5DDE1; }
span { border-color: rgb(165,221,225); }
td.TdClassName
{
border-color: #A5DDE1;
}
.TagClassName
{
border-color: #A5DDE1;
}
</style>