Shades of Scandal #A8D3CA
Tints of Scandal #A8D3CA
RGB
CMYK
RGB Variations
Color information
#A8D3CA (or 0xA8D3CA) is known color: Scandal. HEX triplet: A8, D3 and CA. RGB value is (168,211,202). Sum of RGB (Red+Green+Blue) = 168+211+202=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3CA is #572C35. Grayscale: #C5C5C5. Windows color (decimal): -5712950 or 13292456. OLE color: 13292456.
HSL color Cylindrical-coordinate representation of color #A8D3CA: hue angle of 167.44º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D3CA is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 202 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.17 |
| HSL | 167.44º | 0.33% | 0.74% | - |
| HSV(B) | 167.44º | 0.2% | 0.83% | - |
| XYZ | 50.1 | 59.18 | 64.66 | - |
| YUV | 197.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 202 | 0.20 | 0 | 0.04 | 0.17 | 167.44 | 0.33 | 0.74 |
| Hex | A8 | D3 | CA | 14 | 0 | 4 | 11 | A7 | 21 | 4A |
| Octal | 250 | 323 | 312 | 24 | 0 | 4 | 21 | 247 | 41 | 112 |
| Binary | 10101000 | 11010011 | 11001010 | 10100 | 0 | 100 | 10001 | 10100111 | 100001 | 1001010 |
Color Harmonies of #A8D3CA
Complementary color
Monochromatic Colors of #A8D3CA
Black with #A8D3CA
Text Example
Text Example
White with #A8D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3CA; }
p { color: rgb(168,211,202); }
H1.HeaderClassName
{
color: #A8D3CA;
}
.AnyTagClassName
{
color: #A8D3CA;
}
</style>
background-color css
<style>
a { background-color: #A8D3CA; }
a { background-color: rgb(168,211,202); }
div.DivClassName
{
background-color: #A8D3CA;
}
.BgClassName
{
background-color: #A8D3CA;
}
</style>
border-color css
<style>
span { border-color: #A8D3CA; }
span { border-color: rgb(168,211,202); }
td.TdClassName
{
border-color: #A8D3CA;
}
.TagClassName
{
border-color: #A8D3CA;
}
</style>