Shades of Scandal #A6DDCE
Tints of Scandal #A6DDCE
RGB
CMYK
RGB Variations
Color information
#A6DDCE (or 0xA6DDCE) is known color: Scandal. HEX triplet: A6, DD and CE. RGB value is (166,221,206). Sum of RGB (Red+Green+Blue) = 166+221+206=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDCE is #592231. Grayscale: #CACACA. Windows color (decimal): -5841458 or 13557158. OLE color: 13557158.
HSL color Cylindrical-coordinate representation of color #A6DDCE: hue angle of 163.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDCE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 206 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.13 |
| HSL | 163.64º | 0.45% | 0.76% | - |
| HSV(B) | 163.64º | 0.25% | 0.87% | - |
| XYZ | 52.72 | 64.28 | 68.02 | - |
| YUV | 202.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 206 | 0.25 | 0 | 0.07 | 0.13 | 163.64 | 0.45 | 0.76 |
| Hex | A6 | DD | CE | 19 | 0 | 7 | D | A4 | 2D | 4C |
| Octal | 246 | 335 | 316 | 31 | 0 | 7 | 15 | 244 | 55 | 114 |
| Binary | 10100110 | 11011101 | 11001110 | 11001 | 0 | 111 | 1101 | 10100100 | 101101 | 1001100 |
Color Harmonies of #A6DDCE
Complementary color
Monochromatic Colors of #A6DDCE
Black with #A6DDCE
Text Example
Text Example
White with #A6DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDCE; }
p { color: rgb(166,221,206); }
H1.HeaderClassName
{
color: #A6DDCE;
}
.AnyTagClassName
{
color: #A6DDCE;
}
</style>
background-color css
<style>
a { background-color: #A6DDCE; }
a { background-color: rgb(166,221,206); }
div.DivClassName
{
background-color: #A6DDCE;
}
.BgClassName
{
background-color: #A6DDCE;
}
</style>
border-color css
<style>
span { border-color: #A6DDCE; }
span { border-color: rgb(166,221,206); }
td.TdClassName
{
border-color: #A6DDCE;
}
.TagClassName
{
border-color: #A6DDCE;
}
</style>