Shades of Scandal #ABDDD5
Tints of Scandal #ABDDD5
RGB
CMYK
RGB Variations
Color information
#ABDDD5 (or 0xABDDD5) is known color: Scandal. HEX triplet: AB, DD and D5. RGB value is (171,221,213). Sum of RGB (Red+Green+Blue) = 171+221+213=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD5 is #54222A. Grayscale: #CDCDCD. Windows color (decimal): -5513771 or 14015915. OLE color: 14015915.
HSL color Cylindrical-coordinate representation of color #ABDDD5: hue angle of 170.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDD5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 213 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.13 |
| HSL | 170.4º | 0.42% | 0.77% | - |
| HSV(B) | 170.4º | 0.23% | 0.87% | - |
| XYZ | 54.66 | 65.17 | 72.65 | - |
| YUV | 205.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 213 | 0.23 | 0 | 0.04 | 0.13 | 170.4 | 0.42 | 0.77 |
| Hex | AB | DD | D5 | 17 | 0 | 4 | D | AA | 2A | 4D |
| Octal | 253 | 335 | 325 | 27 | 0 | 4 | 15 | 252 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11010101 | 10111 | 0 | 100 | 1101 | 10101010 | 101010 | 1001101 |
Color Harmonies of #ABDDD5
Complementary color
Monochromatic Colors of #ABDDD5
Black with #ABDDD5
Text Example
Text Example
White with #ABDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDD5; }
p { color: rgb(171,221,213); }
H1.HeaderClassName
{
color: #ABDDD5;
}
.AnyTagClassName
{
color: #ABDDD5;
}
</style>
background-color css
<style>
a { background-color: #ABDDD5; }
a { background-color: rgb(171,221,213); }
div.DivClassName
{
background-color: #ABDDD5;
}
.BgClassName
{
background-color: #ABDDD5;
}
</style>
border-color css
<style>
span { border-color: #ABDDD5; }
span { border-color: rgb(171,221,213); }
td.TdClassName
{
border-color: #ABDDD5;
}
.TagClassName
{
border-color: #ABDDD5;
}
</style>