Shades of Charlotte #A4DDDE
Tints of Charlotte #A4DDDE
RGB
CMYK
RGB Variations
Color information
#A4DDDE (or 0xA4DDDE) is known color: Charlotte. HEX triplet: A4, DD and DE. RGB value is (164,221,222). Sum of RGB (Red+Green+Blue) = 164+221+222=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDDE is #5B2221. Grayscale: #CCCCCC. Windows color (decimal): -5972514 or 14605732. OLE color: 14605732.
HSL color Cylindrical-coordinate representation of color #A4DDDE: hue angle of 181.03º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDDE is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 222 | - |
| CMYK | 0.26 | 0.00 | 0 | 0.13 |
| HSL | 181.03º | 0.47% | 0.76% | - |
| HSV(B) | 181.03º | 0.26% | 0.87% | - |
| XYZ | 54.35 | 64.88 | 78.77 | - |
| YUV | 204.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 222 | 0.26 | 0.00 | 0 | 0.13 | 181.03 | 0.47 | 0.76 |
| Hex | A4 | DD | DE | 1A | 0 | 0 | D | B5 | 2F | 4C |
| Octal | 244 | 335 | 336 | 32 | 0 | 0 | 15 | 265 | 57 | 114 |
| Binary | 10100100 | 11011101 | 11011110 | 11010 | 0 | 0 | 1101 | 10110101 | 101111 | 1001100 |
Color Harmonies of #A4DDDE
Complementary color
Monochromatic Colors of #A4DDDE
Black with #A4DDDE
Text Example
Text Example
White with #A4DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDDE; }
p { color: rgb(164,221,222); }
H1.HeaderClassName
{
color: #A4DDDE;
}
.AnyTagClassName
{
color: #A4DDDE;
}
</style>
background-color css
<style>
a { background-color: #A4DDDE; }
a { background-color: rgb(164,221,222); }
div.DivClassName
{
background-color: #A4DDDE;
}
.BgClassName
{
background-color: #A4DDDE;
}
</style>
border-color css
<style>
span { border-color: #A4DDDE; }
span { border-color: rgb(164,221,222); }
td.TdClassName
{
border-color: #A4DDDE;
}
.TagClassName
{
border-color: #A4DDDE;
}
</style>