Shades of Opal #ABCDC1
Tints of Opal #ABCDC1
RGB
CMYK
RGB Variations
Color information
#ABCDC1 (or 0xABCDC1) is known color: Opal. HEX triplet: AB, CD and C1. RGB value is (171,205,193). Sum of RGB (Red+Green+Blue) = 171+205+193=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC1 is #54323E. Grayscale: #C1C1C1. Windows color (decimal): -5517887 or 12701099. OLE color: 12701099.
HSL color Cylindrical-coordinate representation of color #ABCDC1: hue angle of 158.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDC1 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 193 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.20 |
| HSL | 158.82º | 0.25% | 0.74% | - |
| HSV(B) | 158.82º | 0.17% | 0.8% | - |
| XYZ | 48.25 | 56.17 | 58.75 | - |
| YUV | 193.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 193 | 0.17 | 0 | 0.06 | 0.20 | 158.82 | 0.25 | 0.74 |
| Hex | AB | CD | C1 | 11 | 0 | 6 | 14 | 9F | 19 | 4A |
| Octal | 253 | 315 | 301 | 21 | 0 | 6 | 24 | 237 | 31 | 112 |
| Binary | 10101011 | 11001101 | 11000001 | 10001 | 0 | 110 | 10100 | 10011111 | 11001 | 1001010 |
Color Harmonies of #ABCDC1
Complementary color
Monochromatic Colors of #ABCDC1
Black with #ABCDC1
Text Example
Text Example
White with #ABCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDC1; }
p { color: rgb(171,205,193); }
H1.HeaderClassName
{
color: #ABCDC1;
}
.AnyTagClassName
{
color: #ABCDC1;
}
</style>
background-color css
<style>
a { background-color: #ABCDC1; }
a { background-color: rgb(171,205,193); }
div.DivClassName
{
background-color: #ABCDC1;
}
.BgClassName
{
background-color: #ABCDC1;
}
</style>
border-color css
<style>
span { border-color: #ABCDC1; }
span { border-color: rgb(171,205,193); }
td.TdClassName
{
border-color: #ABCDC1;
}
.TagClassName
{
border-color: #ABCDC1;
}
</style>