Shades of Scandal #A3DFCC
Tints of Scandal #A3DFCC
RGB
CMYK
RGB Variations
Color information
#A3DFCC (or 0xA3DFCC) is known color: Scandal. HEX triplet: A3, DF and CC. RGB value is (163,223,204). Sum of RGB (Red+Green+Blue) = 163+223+204=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFCC is #5C2033. Grayscale: #CACACA. Windows color (decimal): -6037556 or 13426595. OLE color: 13426595.
HSL color Cylindrical-coordinate representation of color #A3DFCC: hue angle of 161º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFCC is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 204 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.13 |
| HSL | 161º | 0.48% | 0.76% | - |
| HSV(B) | 161º | 0.27% | 0.87% | - |
| XYZ | 52.39 | 64.92 | 66.9 | - |
| YUV | 202.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 204 | 0.27 | 0 | 0.09 | 0.13 | 161 | 0.48 | 0.76 |
| Hex | A3 | DF | CC | 1B | 0 | 9 | D | A1 | 30 | 4C |
| Octal | 243 | 337 | 314 | 33 | 0 | 11 | 15 | 241 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11001100 | 11011 | 0 | 1001 | 1101 | 10100001 | 110000 | 1001100 |
Color Harmonies of #A3DFCC
Complementary color
Monochromatic Colors of #A3DFCC
Black with #A3DFCC
Text Example
Text Example
White with #A3DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFCC; }
p { color: rgb(163,223,204); }
H1.HeaderClassName
{
color: #A3DFCC;
}
.AnyTagClassName
{
color: #A3DFCC;
}
</style>
background-color css
<style>
a { background-color: #A3DFCC; }
a { background-color: rgb(163,223,204); }
div.DivClassName
{
background-color: #A3DFCC;
}
.BgClassName
{
background-color: #A3DFCC;
}
</style>
border-color css
<style>
span { border-color: #A3DFCC; }
span { border-color: rgb(163,223,204); }
td.TdClassName
{
border-color: #A3DFCC;
}
.TagClassName
{
border-color: #A3DFCC;
}
</style>