Shades of Scandal #A6D5C5
Tints of Scandal #A6D5C5
RGB
CMYK
RGB Variations
Color information
#A6D5C5 (or 0xA6D5C5) is known color: Scandal. HEX triplet: A6, D5 and C5. RGB value is (166,213,197). Sum of RGB (Red+Green+Blue) = 166+213+197=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5C5 is #592A3A. Grayscale: #C5C5C5. Windows color (decimal): -5843515 or 12965286. OLE color: 12965286.
HSL color Cylindrical-coordinate representation of color #A6D5C5: hue angle of 159.57º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5C5 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 197 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.16 |
| HSL | 159.57º | 0.36% | 0.74% | - |
| HSV(B) | 159.57º | 0.22% | 0.84% | - |
| XYZ | 49.6 | 59.73 | 61.74 | - |
| YUV | 197.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 197 | 0.22 | 0 | 0.08 | 0.16 | 159.57 | 0.36 | 0.74 |
| Hex | A6 | D5 | C5 | 16 | 0 | 8 | 10 | A0 | 24 | 4A |
| Octal | 246 | 325 | 305 | 26 | 0 | 10 | 20 | 240 | 44 | 112 |
| Binary | 10100110 | 11010101 | 11000101 | 10110 | 0 | 1000 | 10000 | 10100000 | 100100 | 1001010 |
Color Harmonies of #A6D5C5
Complementary color
Monochromatic Colors of #A6D5C5
Black with #A6D5C5
Text Example
Text Example
White with #A6D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5C5; }
p { color: rgb(166,213,197); }
H1.HeaderClassName
{
color: #A6D5C5;
}
.AnyTagClassName
{
color: #A6D5C5;
}
</style>
background-color css
<style>
a { background-color: #A6D5C5; }
a { background-color: rgb(166,213,197); }
div.DivClassName
{
background-color: #A6D5C5;
}
.BgClassName
{
background-color: #A6D5C5;
}
</style>
border-color css
<style>
span { border-color: #A6D5C5; }
span { border-color: rgb(166,213,197); }
td.TdClassName
{
border-color: #A6D5C5;
}
.TagClassName
{
border-color: #A6D5C5;
}
</style>