Shades of Opal #A8D3C1
Tints of Opal #A8D3C1
RGB
CMYK
RGB Variations
Color information
#A8D3C1 (or 0xA8D3C1) is known color: Opal. HEX triplet: A8, D3 and C1. RGB value is (168,211,193). Sum of RGB (Red+Green+Blue) = 168+211+193=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3C1 is #572C3E. Grayscale: #C4C4C4. Windows color (decimal): -5712959 or 12702632. OLE color: 12702632.
HSL color Cylindrical-coordinate representation of color #A8D3C1: hue angle of 154.88º 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 #A8D3C1 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 193 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.17 |
| HSL | 154.88º | 0.33% | 0.74% | - |
| HSV(B) | 154.88º | 0.2% | 0.83% | - |
| XYZ | 49.07 | 58.76 | 59.21 | - |
| YUV | 196.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 193 | 0.20 | 0 | 0.09 | 0.17 | 154.88 | 0.33 | 0.74 |
| Hex | A8 | D3 | C1 | 14 | 0 | 9 | 11 | 9B | 21 | 4A |
| Octal | 250 | 323 | 301 | 24 | 0 | 11 | 21 | 233 | 41 | 112 |
| Binary | 10101000 | 11010011 | 11000001 | 10100 | 0 | 1001 | 10001 | 10011011 | 100001 | 1001010 |
Color Harmonies of #A8D3C1
Complementary color
Monochromatic Colors of #A8D3C1
Black with #A8D3C1
Text Example
Text Example
White with #A8D3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3C1; }
p { color: rgb(168,211,193); }
H1.HeaderClassName
{
color: #A8D3C1;
}
.AnyTagClassName
{
color: #A8D3C1;
}
</style>
background-color css
<style>
a { background-color: #A8D3C1; }
a { background-color: rgb(168,211,193); }
div.DivClassName
{
background-color: #A8D3C1;
}
.BgClassName
{
background-color: #A8D3C1;
}
</style>
border-color css
<style>
span { border-color: #A8D3C1; }
span { border-color: rgb(168,211,193); }
td.TdClassName
{
border-color: #A8D3C1;
}
.TagClassName
{
border-color: #A8D3C1;
}
</style>