Shades of Opal #ABCDC3
Tints of Opal #ABCDC3
RGB
CMYK
RGB Variations
Color information
#ABCDC3 (or 0xABCDC3) is known color: Opal. HEX triplet: AB, CD and C3. RGB value is (171,205,195). Sum of RGB (Red+Green+Blue) = 171+205+195=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC3 is #54323C. Grayscale: #C1C1C1. Windows color (decimal): -5517885 or 12832171. OLE color: 12832171.
HSL color Cylindrical-coordinate representation of color #ABCDC3: hue angle of 162.35º 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 #ABCDC3 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 195 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.20 |
| HSL | 162.35º | 0.25% | 0.74% | - |
| HSV(B) | 162.35º | 0.17% | 0.8% | - |
| XYZ | 48.48 | 56.26 | 59.93 | - |
| YUV | 193.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 195 | 0.17 | 0 | 0.05 | 0.20 | 162.35 | 0.25 | 0.74 |
| Hex | AB | CD | C3 | 11 | 0 | 5 | 14 | A2 | 19 | 4A |
| Octal | 253 | 315 | 303 | 21 | 0 | 5 | 24 | 242 | 31 | 112 |
| Binary | 10101011 | 11001101 | 11000011 | 10001 | 0 | 101 | 10100 | 10100010 | 11001 | 1001010 |
Color Harmonies of #ABCDC3
Complementary color
Monochromatic Colors of #ABCDC3
Black with #ABCDC3
Text Example
Text Example
White with #ABCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDC3; }
p { color: rgb(171,205,195); }
H1.HeaderClassName
{
color: #ABCDC3;
}
.AnyTagClassName
{
color: #ABCDC3;
}
</style>
background-color css
<style>
a { background-color: #ABCDC3; }
a { background-color: rgb(171,205,195); }
div.DivClassName
{
background-color: #ABCDC3;
}
.BgClassName
{
background-color: #ABCDC3;
}
</style>
border-color css
<style>
span { border-color: #ABCDC3; }
span { border-color: rgb(171,205,195); }
td.TdClassName
{
border-color: #ABCDC3;
}
.TagClassName
{
border-color: #ABCDC3;
}
</style>