Shades of Scandal #A3DECD
Tints of Scandal #A3DECD
RGB
CMYK
RGB Variations
Color information
#A3DECD (or 0xA3DECD) is known color: Scandal. HEX triplet: A3, DE and CD. RGB value is (163,222,205). Sum of RGB (Red+Green+Blue) = 163+222+205=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DECD is #5C2132. Grayscale: #CACACA. Windows color (decimal): -6037811 or 13491875. OLE color: 13491875.
HSL color Cylindrical-coordinate representation of color #A3DECD: hue angle of 162.71º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DECD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 205 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.13 |
| HSL | 162.71º | 0.47% | 0.75% | - |
| HSV(B) | 162.71º | 0.27% | 0.87% | - |
| XYZ | 52.24 | 64.44 | 67.44 | - |
| YUV | 202.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 205 | 0.27 | 0 | 0.08 | 0.13 | 162.71 | 0.47 | 0.75 |
| Hex | A3 | DE | CD | 1B | 0 | 8 | D | A3 | 2F | 4B |
| Octal | 243 | 336 | 315 | 33 | 0 | 10 | 15 | 243 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11001101 | 11011 | 0 | 1000 | 1101 | 10100011 | 101111 | 1001011 |
Color Harmonies of #A3DECD
Complementary color
Monochromatic Colors of #A3DECD
Black with #A3DECD
Text Example
Text Example
White with #A3DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DECD; }
p { color: rgb(163,222,205); }
H1.HeaderClassName
{
color: #A3DECD;
}
.AnyTagClassName
{
color: #A3DECD;
}
</style>
background-color css
<style>
a { background-color: #A3DECD; }
a { background-color: rgb(163,222,205); }
div.DivClassName
{
background-color: #A3DECD;
}
.BgClassName
{
background-color: #A3DECD;
}
</style>
border-color css
<style>
span { border-color: #A3DECD; }
span { border-color: rgb(163,222,205); }
td.TdClassName
{
border-color: #A3DECD;
}
.TagClassName
{
border-color: #A3DECD;
}
</style>