Shades of Scandal #A6DECF
Tints of Scandal #A6DECF
RGB
CMYK
RGB Variations
Color information
#A6DECF (or 0xA6DECF) is known color: Scandal. HEX triplet: A6, DE and CF. RGB value is (166,222,207). Sum of RGB (Red+Green+Blue) = 166+222+207=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DECF is #592130. Grayscale: #CBCBCB. Windows color (decimal): -5841201 or 13622950. OLE color: 13622950.
HSL color Cylindrical-coordinate representation of color #A6DECF: hue angle of 163.93º degrees, saturation: 0.46, 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 #A6DECF is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 207 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.13 |
| HSL | 163.93º | 0.46% | 0.76% | - |
| HSV(B) | 163.93º | 0.25% | 0.87% | - |
| XYZ | 53.11 | 64.85 | 68.75 | - |
| YUV | 203.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 207 | 0.25 | 0 | 0.07 | 0.13 | 163.93 | 0.46 | 0.76 |
| Hex | A6 | DE | CF | 19 | 0 | 7 | D | A4 | 2E | 4C |
| Octal | 246 | 336 | 317 | 31 | 0 | 7 | 15 | 244 | 56 | 114 |
| Binary | 10100110 | 11011110 | 11001111 | 11001 | 0 | 111 | 1101 | 10100100 | 101110 | 1001100 |
Color Harmonies of #A6DECF
Complementary color
Monochromatic Colors of #A6DECF
Black with #A6DECF
Text Example
Text Example
White with #A6DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DECF; }
p { color: rgb(166,222,207); }
H1.HeaderClassName
{
color: #A6DECF;
}
.AnyTagClassName
{
color: #A6DECF;
}
</style>
background-color css
<style>
a { background-color: #A6DECF; }
a { background-color: rgb(166,222,207); }
div.DivClassName
{
background-color: #A6DECF;
}
.BgClassName
{
background-color: #A6DECF;
}
</style>
border-color css
<style>
span { border-color: #A6DECF; }
span { border-color: rgb(166,222,207); }
td.TdClassName
{
border-color: #A6DECF;
}
.TagClassName
{
border-color: #A6DECF;
}
</style>