Shades of Scandal #A7E1DC
Tints of Scandal #A7E1DC
RGB
CMYK
RGB Variations
Color information
#A7E1DC (or 0xA7E1DC) is known color: Scandal. HEX triplet: A7, E1 and DC. RGB value is (167,225,220). Sum of RGB (Red+Green+Blue) = 167+225+220=612 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.29% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E1DC is #581E23. Grayscale: #CFCFCF. Windows color (decimal): -5774884 or 14475687. OLE color: 14475687.
HSL color Cylindrical-coordinate representation of color #A7E1DC: hue angle of 174.83º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7E1DC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 220 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.12 |
| HSL | 174.83º | 0.49% | 0.77% | - |
| HSV(B) | 174.83º | 0.26% | 0.88% | - |
| XYZ | 55.78 | 67.23 | 77.75 | - |
| YUV | 207.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 220 | 0.26 | 0 | 0.02 | 0.12 | 174.83 | 0.49 | 0.77 |
| Hex | A7 | E1 | DC | 1A | 0 | 2 | C | AF | 31 | 4D |
| Octal | 247 | 341 | 334 | 32 | 0 | 2 | 14 | 257 | 61 | 115 |
| Binary | 10100111 | 11100001 | 11011100 | 11010 | 0 | 10 | 1100 | 10101111 | 110001 | 1001101 |
Color Harmonies of #A7E1DC
Complementary color
Monochromatic Colors of #A7E1DC
Black with #A7E1DC
Text Example
Text Example
White with #A7E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E1DC; }
p { color: rgb(167,225,220); }
H1.HeaderClassName
{
color: #A7E1DC;
}
.AnyTagClassName
{
color: #A7E1DC;
}
</style>
background-color css
<style>
a { background-color: #A7E1DC; }
a { background-color: rgb(167,225,220); }
div.DivClassName
{
background-color: #A7E1DC;
}
.BgClassName
{
background-color: #A7E1DC;
}
</style>
border-color css
<style>
span { border-color: #A7E1DC; }
span { border-color: rgb(167,225,220); }
td.TdClassName
{
border-color: #A7E1DC;
}
.TagClassName
{
border-color: #A7E1DC;
}
</style>