Shades of Scandal #ABDDD0
Tints of Scandal #ABDDD0
RGB
CMYK
RGB Variations
Color information
#ABDDD0 (or 0xABDDD0) is known color: Scandal. HEX triplet: AB, DD and D0. RGB value is (171,221,208). Sum of RGB (Red+Green+Blue) = 171+221+208=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD0 is #54222F. Grayscale: #CCCCCC. Windows color (decimal): -5513776 or 13688235. OLE color: 13688235.
HSL color Cylindrical-coordinate representation of color #ABDDD0: hue angle of 164.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 #ABDDD0 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 171 | 221 | 208 | - |
CMYK | 0.23 | 0 | 0.06 | 0.13 |
HSL | 164.4º | 0.42% | 0.77% | - |
HSV(B) | 164.4º | 0.23% | 0.87% | - |
XYZ | 54.04 | 64.92 | 69.36 | - |
YUV | 204.57 | 129.94 | 104.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 221 | 208 | 0.23 | 0 | 0.06 | 0.13 | 164.4 | 0.42 | 0.77 |
Hex | AB | DD | D0 | 17 | 0 | 6 | D | A4 | 2A | 4D |
Octal | 253 | 335 | 320 | 27 | 0 | 6 | 15 | 244 | 52 | 115 |
Binary | 10101011 | 11011101 | 11010000 | 10111 | 0 | 110 | 1101 | 10100100 | 101010 | 1001101 |
Color Harmonies of #ABDDD0
Complementary color
Monochromatic Colors of #ABDDD0
Black with #ABDDD0
Text Example
Text Example
White with #ABDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDD0; }
p { color: rgb(171,221,208); }
H1.HeaderClassName
{
color: #ABDDD0;
}
.AnyTagClassName
{
color: #ABDDD0;
}
</style>
background-color css
<style>
a { background-color: #ABDDD0; }
a { background-color: rgb(171,221,208); }
div.DivClassName
{
background-color: #ABDDD0;
}
.BgClassName
{
background-color: #ABDDD0;
}
</style>
border-color css
<style>
span { border-color: #ABDDD0; }
span { border-color: rgb(171,221,208); }
td.TdClassName
{
border-color: #ABDDD0;
}
.TagClassName
{
border-color: #ABDDD0;
}
</style>