Shades of Scandal #ABDDD1
Tints of Scandal #ABDDD1
RGB
CMYK
RGB Variations
Color information
#ABDDD1 (or 0xABDDD1) is known color: Scandal. HEX triplet: AB, DD and D1. RGB value is (171,221,209). Sum of RGB (Red+Green+Blue) = 171+221+209=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD1 is #54222E. Grayscale: #CCCCCC. Windows color (decimal): -5513775 or 13753771. OLE color: 13753771.
HSL color Cylindrical-coordinate representation of color #ABDDD1: hue angle of 165.6º 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 #ABDDD1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 209 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.13 |
| HSL | 165.6º | 0.42% | 0.77% | - |
| HSV(B) | 165.6º | 0.23% | 0.87% | - |
| XYZ | 54.16 | 64.97 | 70.01 | - |
| YUV | 204.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 209 | 0.23 | 0 | 0.05 | 0.13 | 165.6 | 0.42 | 0.77 |
| Hex | AB | DD | D1 | 17 | 0 | 5 | D | A6 | 2A | 4D |
| Octal | 253 | 335 | 321 | 27 | 0 | 5 | 15 | 246 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11010001 | 10111 | 0 | 101 | 1101 | 10100110 | 101010 | 1001101 |
Color Harmonies of #ABDDD1
Complementary color
Monochromatic Colors of #ABDDD1
Black with #ABDDD1
Text Example
Text Example
White with #ABDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDD1; }
p { color: rgb(171,221,209); }
H1.HeaderClassName
{
color: #ABDDD1;
}
.AnyTagClassName
{
color: #ABDDD1;
}
</style>
background-color css
<style>
a { background-color: #ABDDD1; }
a { background-color: rgb(171,221,209); }
div.DivClassName
{
background-color: #ABDDD1;
}
.BgClassName
{
background-color: #ABDDD1;
}
</style>
border-color css
<style>
span { border-color: #ABDDD1; }
span { border-color: rgb(171,221,209); }
td.TdClassName
{
border-color: #ABDDD1;
}
.TagClassName
{
border-color: #ABDDD1;
}
</style>