Shades of Scandal #A3DFD3
Tints of Scandal #A3DFD3
RGB
CMYK
RGB Variations
Color information
#A3DFD3 (or 0xA3DFD3) is known color: Scandal. HEX triplet: A3, DF and D3. RGB value is (163,223,211). Sum of RGB (Red+Green+Blue) = 163+223+211=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFD3 is #5C202C. Grayscale: #CBCBCB. Windows color (decimal): -6037549 or 13885347. OLE color: 13885347.
HSL color Cylindrical-coordinate representation of color #A3DFD3: hue angle of 168º 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 #A3DFD3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 211 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.13 |
| HSL | 168º | 0.48% | 0.76% | - |
| HSV(B) | 168º | 0.27% | 0.87% | - |
| XYZ | 53.25 | 65.27 | 71.42 | - |
| YUV | 203.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 211 | 0.27 | 0 | 0.05 | 0.13 | 168 | 0.48 | 0.76 |
| Hex | A3 | DF | D3 | 1B | 0 | 5 | D | A8 | 30 | 4C |
| Octal | 243 | 337 | 323 | 33 | 0 | 5 | 15 | 250 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11010011 | 11011 | 0 | 101 | 1101 | 10101000 | 110000 | 1001100 |
Color Harmonies of #A3DFD3
Complementary color
Monochromatic Colors of #A3DFD3
Black with #A3DFD3
Text Example
Text Example
White with #A3DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFD3; }
p { color: rgb(163,223,211); }
H1.HeaderClassName
{
color: #A3DFD3;
}
.AnyTagClassName
{
color: #A3DFD3;
}
</style>
background-color css
<style>
a { background-color: #A3DFD3; }
a { background-color: rgb(163,223,211); }
div.DivClassName
{
background-color: #A3DFD3;
}
.BgClassName
{
background-color: #A3DFD3;
}
</style>
border-color css
<style>
span { border-color: #A3DFD3; }
span { border-color: rgb(163,223,211); }
td.TdClassName
{
border-color: #A3DFD3;
}
.TagClassName
{
border-color: #A3DFD3;
}
</style>