Shades of Opal #ABCDC5
Tints of Opal #ABCDC5
RGB
CMYK
RGB Variations
Color information
#ABCDC5 (or 0xABCDC5) is known color: Opal. HEX triplet: AB, CD and C5. RGB value is (171,205,197). Sum of RGB (Red+Green+Blue) = 171+205+197=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC5 is #54323A. Grayscale: #C1C1C1. Windows color (decimal): -5517883 or 12963243. OLE color: 12963243.
HSL color Cylindrical-coordinate representation of color #ABCDC5: hue angle of 165.88º 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 #ABCDC5 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 197 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.20 |
| HSL | 165.88º | 0.25% | 0.74% | - |
| HSV(B) | 165.88º | 0.17% | 0.8% | - |
| XYZ | 48.7 | 56.35 | 61.13 | - |
| YUV | 193.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 197 | 0.17 | 0 | 0.04 | 0.20 | 165.88 | 0.25 | 0.74 |
| Hex | AB | CD | C5 | 11 | 0 | 4 | 14 | A6 | 19 | 4A |
| Octal | 253 | 315 | 305 | 21 | 0 | 4 | 24 | 246 | 31 | 112 |
| Binary | 10101011 | 11001101 | 11000101 | 10001 | 0 | 100 | 10100 | 10100110 | 11001 | 1001010 |
Color Harmonies of #ABCDC5
Complementary color
Monochromatic Colors of #ABCDC5
Black with #ABCDC5
Text Example
Text Example
White with #ABCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDC5; }
p { color: rgb(171,205,197); }
H1.HeaderClassName
{
color: #ABCDC5;
}
.AnyTagClassName
{
color: #ABCDC5;
}
</style>
background-color css
<style>
a { background-color: #ABCDC5; }
a { background-color: rgb(171,205,197); }
div.DivClassName
{
background-color: #ABCDC5;
}
.BgClassName
{
background-color: #ABCDC5;
}
</style>
border-color css
<style>
span { border-color: #ABCDC5; }
span { border-color: rgb(171,205,197); }
td.TdClassName
{
border-color: #ABCDC5;
}
.TagClassName
{
border-color: #ABCDC5;
}
</style>