Shades of Scandal #A6D7C7
Tints of Scandal #A6D7C7
RGB
CMYK
RGB Variations
Color information
#A6D7C7 (or 0xA6D7C7) is known color: Scandal. HEX triplet: A6, D7 and C7. RGB value is (166,215,199). Sum of RGB (Red+Green+Blue) = 166+215+199=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7C7 is #592838. Grayscale: #C6C6C6. Windows color (decimal): -5843001 or 13096870. OLE color: 13096870.
HSL color Cylindrical-coordinate representation of color #A6D7C7: hue angle of 160.41º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7C7 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 199 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.16 |
| HSL | 160.41º | 0.38% | 0.75% | - |
| HSV(B) | 160.41º | 0.23% | 0.84% | - |
| XYZ | 50.34 | 60.83 | 63.12 | - |
| YUV | 198.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 199 | 0.23 | 0 | 0.07 | 0.16 | 160.41 | 0.38 | 0.75 |
| Hex | A6 | D7 | C7 | 17 | 0 | 7 | 10 | A0 | 26 | 4B |
| Octal | 246 | 327 | 307 | 27 | 0 | 7 | 20 | 240 | 46 | 113 |
| Binary | 10100110 | 11010111 | 11000111 | 10111 | 0 | 111 | 10000 | 10100000 | 100110 | 1001011 |
Color Harmonies of #A6D7C7
Complementary color
Monochromatic Colors of #A6D7C7
Black with #A6D7C7
Text Example
Text Example
White with #A6D7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D7C7; }
p { color: rgb(166,215,199); }
H1.HeaderClassName
{
color: #A6D7C7;
}
.AnyTagClassName
{
color: #A6D7C7;
}
</style>
background-color css
<style>
a { background-color: #A6D7C7; }
a { background-color: rgb(166,215,199); }
div.DivClassName
{
background-color: #A6D7C7;
}
.BgClassName
{
background-color: #A6D7C7;
}
</style>
border-color css
<style>
span { border-color: #A6D7C7; }
span { border-color: rgb(166,215,199); }
td.TdClassName
{
border-color: #A6D7C7;
}
.TagClassName
{
border-color: #A6D7C7;
}
</style>