Shades of Scandal #A6D3C6
Tints of Scandal #A6D3C6
RGB
CMYK
RGB Variations
Color information
#A6D3C6 (or 0xA6D3C6) is known color: Scandal. HEX triplet: A6, D3 and C6. RGB value is (166,211,198). Sum of RGB (Red+Green+Blue) = 166+211+198=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3C6 is #592C39. Grayscale: #C4C4C4. Windows color (decimal): -5844026 or 13030310. OLE color: 13030310.
HSL color Cylindrical-coordinate representation of color #A6D3C6: hue angle of 162.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D3C6 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 198 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.17 |
| HSL | 162.67º | 0.34% | 0.74% | - |
| HSV(B) | 162.67º | 0.21% | 0.83% | - |
| XYZ | 49.21 | 58.77 | 62.18 | - |
| YUV | 196.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 198 | 0.21 | 0 | 0.06 | 0.17 | 162.67 | 0.34 | 0.74 |
| Hex | A6 | D3 | C6 | 15 | 0 | 6 | 11 | A3 | 22 | 4A |
| Octal | 246 | 323 | 306 | 25 | 0 | 6 | 21 | 243 | 42 | 112 |
| Binary | 10100110 | 11010011 | 11000110 | 10101 | 0 | 110 | 10001 | 10100011 | 100010 | 1001010 |
Color Harmonies of #A6D3C6
Complementary color
Monochromatic Colors of #A6D3C6
Black with #A6D3C6
Text Example
Text Example
White with #A6D3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D3C6; }
p { color: rgb(166,211,198); }
H1.HeaderClassName
{
color: #A6D3C6;
}
.AnyTagClassName
{
color: #A6D3C6;
}
</style>
background-color css
<style>
a { background-color: #A6D3C6; }
a { background-color: rgb(166,211,198); }
div.DivClassName
{
background-color: #A6D3C6;
}
.BgClassName
{
background-color: #A6D3C6;
}
</style>
border-color css
<style>
span { border-color: #A6D3C6; }
span { border-color: rgb(166,211,198); }
td.TdClassName
{
border-color: #A6D3C6;
}
.TagClassName
{
border-color: #A6D3C6;
}
</style>