Shades of Scandal #A3DFCD
Tints of Scandal #A3DFCD
RGB
CMYK
RGB Variations
Color information
#A3DFCD (or 0xA3DFCD) is known color: Scandal. HEX triplet: A3, DF and CD. RGB value is (163,223,205). Sum of RGB (Red+Green+Blue) = 163+223+205=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFCD is #5C2032. Grayscale: #CBCBCB. Windows color (decimal): -6037555 or 13492131. OLE color: 13492131.
HSL color Cylindrical-coordinate representation of color #A3DFCD: hue angle of 162º 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 #A3DFCD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 205 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.13 |
| HSL | 162º | 0.48% | 0.76% | - |
| HSV(B) | 162º | 0.27% | 0.87% | - |
| XYZ | 52.51 | 64.97 | 67.53 | - |
| YUV | 203.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 205 | 0.27 | 0 | 0.08 | 0.13 | 162 | 0.48 | 0.76 |
| Hex | A3 | DF | CD | 1B | 0 | 8 | D | A2 | 30 | 4C |
| Octal | 243 | 337 | 315 | 33 | 0 | 10 | 15 | 242 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11001101 | 11011 | 0 | 1000 | 1101 | 10100010 | 110000 | 1001100 |
Color Harmonies of #A3DFCD
Complementary color
Monochromatic Colors of #A3DFCD
Black with #A3DFCD
Text Example
Text Example
White with #A3DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFCD; }
p { color: rgb(163,223,205); }
H1.HeaderClassName
{
color: #A3DFCD;
}
.AnyTagClassName
{
color: #A3DFCD;
}
</style>
background-color css
<style>
a { background-color: #A3DFCD; }
a { background-color: rgb(163,223,205); }
div.DivClassName
{
background-color: #A3DFCD;
}
.BgClassName
{
background-color: #A3DFCD;
}
</style>
border-color css
<style>
span { border-color: #A3DFCD; }
span { border-color: rgb(163,223,205); }
td.TdClassName
{
border-color: #A3DFCD;
}
.TagClassName
{
border-color: #A3DFCD;
}
</style>