Shades of Scandal #A6D7CB
Tints of Scandal #A6D7CB
RGB
CMYK
RGB Variations
Color information
#A6D7CB (or 0xA6D7CB) is known color: Scandal. HEX triplet: A6, D7 and CB. RGB value is (166,215,203). Sum of RGB (Red+Green+Blue) = 166+215+203=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7CB is #592834. Grayscale: #C6C6C6. Windows color (decimal): -5842997 or 13359014. OLE color: 13359014.
HSL color Cylindrical-coordinate representation of color #A6D7CB: hue angle of 165.31º 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 #A6D7CB is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 203 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.16 |
| HSL | 165.31º | 0.38% | 0.75% | - |
| HSV(B) | 165.31º | 0.23% | 0.84% | - |
| XYZ | 50.81 | 61.02 | 65.6 | - |
| YUV | 198.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 203 | 0.23 | 0 | 0.06 | 0.16 | 165.31 | 0.38 | 0.75 |
| Hex | A6 | D7 | CB | 17 | 0 | 6 | 10 | A5 | 26 | 4B |
| Octal | 246 | 327 | 313 | 27 | 0 | 6 | 20 | 245 | 46 | 113 |
| Binary | 10100110 | 11010111 | 11001011 | 10111 | 0 | 110 | 10000 | 10100101 | 100110 | 1001011 |
Color Harmonies of #A6D7CB
Complementary color
Monochromatic Colors of #A6D7CB
Black with #A6D7CB
Text Example
Text Example
White with #A6D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D7CB; }
p { color: rgb(166,215,203); }
H1.HeaderClassName
{
color: #A6D7CB;
}
.AnyTagClassName
{
color: #A6D7CB;
}
</style>
background-color css
<style>
a { background-color: #A6D7CB; }
a { background-color: rgb(166,215,203); }
div.DivClassName
{
background-color: #A6D7CB;
}
.BgClassName
{
background-color: #A6D7CB;
}
</style>
border-color css
<style>
span { border-color: #A6D7CB; }
span { border-color: rgb(166,215,203); }
td.TdClassName
{
border-color: #A6D7CB;
}
.TagClassName
{
border-color: #A6D7CB;
}
</style>