Shades of Scandal #A3DDC8
Tints of Scandal #A3DDC8
RGB
CMYK
RGB Variations
Color information
#A3DDC8 (or 0xA3DDC8) is known color: Scandal. HEX triplet: A3, DD and C8. RGB value is (163,221,200). Sum of RGB (Red+Green+Blue) = 163+221+200=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDC8 is #5C2237. Grayscale: #C9C9C9. Windows color (decimal): -6038072 or 13163939. OLE color: 13163939.
HSL color Cylindrical-coordinate representation of color #A3DDC8: hue angle of 158.28º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDC8 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 200 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.13 |
| HSL | 158.28º | 0.46% | 0.75% | - |
| HSV(B) | 158.28º | 0.26% | 0.87% | - |
| XYZ | 51.39 | 63.67 | 64.22 | - |
| YUV | 201.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 200 | 0.26 | 0 | 0.10 | 0.13 | 158.28 | 0.46 | 0.75 |
| Hex | A3 | DD | C8 | 1A | 0 | A | D | 9E | 2E | 4B |
| Octal | 243 | 335 | 310 | 32 | 0 | 12 | 15 | 236 | 56 | 113 |
| Binary | 10100011 | 11011101 | 11001000 | 11010 | 0 | 1010 | 1101 | 10011110 | 101110 | 1001011 |
Color Harmonies of #A3DDC8
Complementary color
Monochromatic Colors of #A3DDC8
Black with #A3DDC8
Text Example
Text Example
White with #A3DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDC8; }
p { color: rgb(163,221,200); }
H1.HeaderClassName
{
color: #A3DDC8;
}
.AnyTagClassName
{
color: #A3DDC8;
}
</style>
background-color css
<style>
a { background-color: #A3DDC8; }
a { background-color: rgb(163,221,200); }
div.DivClassName
{
background-color: #A3DDC8;
}
.BgClassName
{
background-color: #A3DDC8;
}
</style>
border-color css
<style>
span { border-color: #A3DDC8; }
span { border-color: rgb(163,221,200); }
td.TdClassName
{
border-color: #A3DDC8;
}
.TagClassName
{
border-color: #A3DDC8;
}
</style>