Shades of Scandal #A7DAD2
Tints of Scandal #A7DAD2
RGB
CMYK
RGB Variations
Color information
#A7DAD2 (or 0xA7DAD2) is known color: Scandal. HEX triplet: A7, DA and D2. RGB value is (167,218,210). Sum of RGB (Red+Green+Blue) = 167+218+210=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DAD2 is #58252D. Grayscale: #C9C9C9. Windows color (decimal): -5776686 or 13818535. OLE color: 13818535.
HSL color Cylindrical-coordinate representation of color #A7DAD2: hue angle of 170.59º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7DAD2 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 210 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.15 |
| HSL | 170.59º | 0.41% | 0.75% | - |
| HSV(B) | 170.59º | 0.23% | 0.85% | - |
| XYZ | 52.64 | 63.01 | 70.36 | - |
| YUV | 201.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 210 | 0.23 | 0 | 0.04 | 0.15 | 170.59 | 0.41 | 0.75 |
| Hex | A7 | DA | D2 | 17 | 0 | 4 | F | AB | 29 | 4B |
| Octal | 247 | 332 | 322 | 27 | 0 | 4 | 17 | 253 | 51 | 113 |
| Binary | 10100111 | 11011010 | 11010010 | 10111 | 0 | 100 | 1111 | 10101011 | 101001 | 1001011 |
Color Harmonies of #A7DAD2
Complementary color
Monochromatic Colors of #A7DAD2
Black with #A7DAD2
Text Example
Text Example
White with #A7DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DAD2; }
p { color: rgb(167,218,210); }
H1.HeaderClassName
{
color: #A7DAD2;
}
.AnyTagClassName
{
color: #A7DAD2;
}
</style>
background-color css
<style>
a { background-color: #A7DAD2; }
a { background-color: rgb(167,218,210); }
div.DivClassName
{
background-color: #A7DAD2;
}
.BgClassName
{
background-color: #A7DAD2;
}
</style>
border-color css
<style>
span { border-color: #A7DAD2; }
span { border-color: rgb(167,218,210); }
td.TdClassName
{
border-color: #A7DAD2;
}
.TagClassName
{
border-color: #A7DAD2;
}
</style>