Shades of Scandal #A6DBD1
Tints of Scandal #A6DBD1
RGB
CMYK
RGB Variations
Color information
#A6DBD1 (or 0xA6DBD1) is known color: Scandal. HEX triplet: A6, DB and D1. RGB value is (166,219,209). Sum of RGB (Red+Green+Blue) = 166+219+209=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBD1 is #59242E. Grayscale: #CACACA. Windows color (decimal): -5841967 or 13753254. OLE color: 13753254.
HSL color Cylindrical-coordinate representation of color #A6DBD1: hue angle of 168.68º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBD1 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 209 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.14 |
| HSL | 168.68º | 0.42% | 0.75% | - |
| HSV(B) | 168.68º | 0.24% | 0.86% | - |
| XYZ | 52.57 | 63.37 | 69.78 | - |
| YUV | 202.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 209 | 0.24 | 0 | 0.05 | 0.14 | 168.68 | 0.42 | 0.75 |
| Hex | A6 | DB | D1 | 18 | 0 | 5 | E | A9 | 2A | 4B |
| Octal | 246 | 333 | 321 | 30 | 0 | 5 | 16 | 251 | 52 | 113 |
| Binary | 10100110 | 11011011 | 11010001 | 11000 | 0 | 101 | 1110 | 10101001 | 101010 | 1001011 |
Color Harmonies of #A6DBD1
Complementary color
Monochromatic Colors of #A6DBD1
Black with #A6DBD1
Text Example
Text Example
White with #A6DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBD1; }
p { color: rgb(166,219,209); }
H1.HeaderClassName
{
color: #A6DBD1;
}
.AnyTagClassName
{
color: #A6DBD1;
}
</style>
background-color css
<style>
a { background-color: #A6DBD1; }
a { background-color: rgb(166,219,209); }
div.DivClassName
{
background-color: #A6DBD1;
}
.BgClassName
{
background-color: #A6DBD1;
}
</style>
border-color css
<style>
span { border-color: #A6DBD1; }
span { border-color: rgb(166,219,209); }
td.TdClassName
{
border-color: #A6DBD1;
}
.TagClassName
{
border-color: #A6DBD1;
}
</style>