Shades of Scandal #A6D2C7
Tints of Scandal #A6D2C7
RGB
CMYK
RGB Variations
Color information
#A6D2C7 (or 0xA6D2C7) is known color: Scandal. HEX triplet: A6, D2 and C7. RGB value is (166,210,199). Sum of RGB (Red+Green+Blue) = 166+210+199=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2C7 is #592D38. Grayscale: #C3C3C3. Windows color (decimal): -5844281 or 13095590. OLE color: 13095590.
HSL color Cylindrical-coordinate representation of color #A6D2C7: hue angle of 165º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2C7 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 199 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.18 |
| HSL | 165º | 0.33% | 0.74% | - |
| HSV(B) | 165º | 0.21% | 0.82% | - |
| XYZ | 49.08 | 58.32 | 62.7 | - |
| YUV | 195.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 199 | 0.21 | 0 | 0.05 | 0.18 | 165 | 0.33 | 0.74 |
| Hex | A6 | D2 | C7 | 15 | 0 | 5 | 12 | A5 | 21 | 4A |
| Octal | 246 | 322 | 307 | 25 | 0 | 5 | 22 | 245 | 41 | 112 |
| Binary | 10100110 | 11010010 | 11000111 | 10101 | 0 | 101 | 10010 | 10100101 | 100001 | 1001010 |
Color Harmonies of #A6D2C7
Complementary color
Monochromatic Colors of #A6D2C7
Black with #A6D2C7
Text Example
Text Example
White with #A6D2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D2C7; }
p { color: rgb(166,210,199); }
H1.HeaderClassName
{
color: #A6D2C7;
}
.AnyTagClassName
{
color: #A6D2C7;
}
</style>
background-color css
<style>
a { background-color: #A6D2C7; }
a { background-color: rgb(166,210,199); }
div.DivClassName
{
background-color: #A6D2C7;
}
.BgClassName
{
background-color: #A6D2C7;
}
</style>
border-color css
<style>
span { border-color: #A6D2C7; }
span { border-color: rgb(166,210,199); }
td.TdClassName
{
border-color: #A6D2C7;
}
.TagClassName
{
border-color: #A6D2C7;
}
</style>