Shades of Scandal #A6D4C6
Tints of Scandal #A6D4C6
RGB
CMYK
RGB Variations
Color information
#A6D4C6 (or 0xA6D4C6) is known color: Scandal. HEX triplet: A6, D4 and C6. RGB value is (166,212,198). Sum of RGB (Red+Green+Blue) = 166+212+198=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4C6 is #592B39. Grayscale: #C4C4C4. Windows color (decimal): -5843770 or 13030566. OLE color: 13030566.
HSL color Cylindrical-coordinate representation of color #A6D4C6: hue angle of 161.74º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4C6 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 198 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.17 |
| HSL | 161.74º | 0.35% | 0.74% | - |
| HSV(B) | 161.74º | 0.22% | 0.83% | - |
| XYZ | 49.46 | 59.27 | 62.26 | - |
| YUV | 196.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 198 | 0.22 | 0 | 0.07 | 0.17 | 161.74 | 0.35 | 0.74 |
| Hex | A6 | D4 | C6 | 16 | 0 | 7 | 11 | A2 | 23 | 4A |
| Octal | 246 | 324 | 306 | 26 | 0 | 7 | 21 | 242 | 43 | 112 |
| Binary | 10100110 | 11010100 | 11000110 | 10110 | 0 | 111 | 10001 | 10100010 | 100011 | 1001010 |
Color Harmonies of #A6D4C6
Complementary color
Monochromatic Colors of #A6D4C6
Black with #A6D4C6
Text Example
Text Example
White with #A6D4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D4C6; }
p { color: rgb(166,212,198); }
H1.HeaderClassName
{
color: #A6D4C6;
}
.AnyTagClassName
{
color: #A6D4C6;
}
</style>
background-color css
<style>
a { background-color: #A6D4C6; }
a { background-color: rgb(166,212,198); }
div.DivClassName
{
background-color: #A6D4C6;
}
.BgClassName
{
background-color: #A6D4C6;
}
</style>
border-color css
<style>
span { border-color: #A6D4C6; }
span { border-color: rgb(166,212,198); }
td.TdClassName
{
border-color: #A6D4C6;
}
.TagClassName
{
border-color: #A6D4C6;
}
</style>