Shades of Scandal #A0DFD1
Tints of Scandal #A0DFD1
RGB
CMYK
RGB Variations
Color information
#A0DFD1 (or 0xA0DFD1) is known color: Scandal. HEX triplet: A0, DF and D1. RGB value is (160,223,209). Sum of RGB (Red+Green+Blue) = 160+223+209=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFD1 is #5F202E. Grayscale: #CACACA. Windows color (decimal): -6234159 or 13754272. OLE color: 13754272.
HSL color Cylindrical-coordinate representation of color #A0DFD1: hue angle of 166.67º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFD1 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 209 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.13 |
| HSL | 166.67º | 0.5% | 0.75% | - |
| HSV(B) | 166.67º | 0.28% | 0.87% | - |
| XYZ | 52.39 | 64.85 | 70.08 | - |
| YUV | 202.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 209 | 0.28 | 0 | 0.06 | 0.13 | 166.67 | 0.5 | 0.75 |
| Hex | A0 | DF | D1 | 1C | 0 | 6 | D | A7 | 32 | 4B |
| Octal | 240 | 337 | 321 | 34 | 0 | 6 | 15 | 247 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11010001 | 11100 | 0 | 110 | 1101 | 10100111 | 110010 | 1001011 |
Color Harmonies of #A0DFD1
Complementary color
Monochromatic Colors of #A0DFD1
Black with #A0DFD1
Text Example
Text Example
White with #A0DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFD1; }
p { color: rgb(160,223,209); }
H1.HeaderClassName
{
color: #A0DFD1;
}
.AnyTagClassName
{
color: #A0DFD1;
}
</style>
background-color css
<style>
a { background-color: #A0DFD1; }
a { background-color: rgb(160,223,209); }
div.DivClassName
{
background-color: #A0DFD1;
}
.BgClassName
{
background-color: #A0DFD1;
}
</style>
border-color css
<style>
span { border-color: #A0DFD1; }
span { border-color: rgb(160,223,209); }
td.TdClassName
{
border-color: #A0DFD1;
}
.TagClassName
{
border-color: #A0DFD1;
}
</style>