Shades of Charlotte #ABDDE8
Tints of Charlotte #ABDDE8
RGB
CMYK
RGB Variations
Color information
#ABDDE8 (or 0xABDDE8) is known color: Charlotte. HEX triplet: AB, DD and E8. RGB value is (171,221,232). Sum of RGB (Red+Green+Blue) = 171+221+232=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABDDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDE8 is #542217. Grayscale: #CFCFCF. Windows color (decimal): -5513752 or 15261099. OLE color: 15261099.
HSL color Cylindrical-coordinate representation of color #ABDDE8: hue angle of 190.82º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABDDE8 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 221 | 232 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.09 |
| HSL | 190.82º | 0.57% | 0.79% | - |
| HSV(B) | 190.82º | 0.26% | 0.91% | - |
| XYZ | 57.22 | 66.2 | 86.11 | - |
| YUV | 207.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 232 | 0.26 | 0.05 | 0 | 0.09 | 190.82 | 0.57 | 0.79 |
| Hex | AB | DD | E8 | 1A | 5 | 0 | 9 | BF | 39 | 4F |
| Octal | 253 | 335 | 350 | 32 | 5 | 0 | 11 | 277 | 71 | 117 |
| Binary | 10101011 | 11011101 | 11101000 | 11010 | 101 | 0 | 1001 | 10111111 | 111001 | 1001111 |
Color Harmonies of #ABDDE8
Complementary color
Monochromatic Colors of #ABDDE8
Black with #ABDDE8
Text Example
Text Example
White with #ABDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDE8; }
p { color: rgb(171,221,232); }
H1.HeaderClassName
{
color: #ABDDE8;
}
.AnyTagClassName
{
color: #ABDDE8;
}
</style>
background-color css
<style>
a { background-color: #ABDDE8; }
a { background-color: rgb(171,221,232); }
div.DivClassName
{
background-color: #ABDDE8;
}
.BgClassName
{
background-color: #ABDDE8;
}
</style>
border-color css
<style>
span { border-color: #ABDDE8; }
span { border-color: rgb(171,221,232); }
td.TdClassName
{
border-color: #ABDDE8;
}
.TagClassName
{
border-color: #ABDDE8;
}
</style>