Shades of Opal #ABCDC6
Tints of Opal #ABCDC6
RGB
CMYK
RGB Variations
Color information
#ABCDC6 (or 0xABCDC6) is known color: Opal. HEX triplet: AB, CD and C6. RGB value is (171,205,198). Sum of RGB (Red+Green+Blue) = 171+205+198=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC6 is #543239. Grayscale: #C2C2C2. Windows color (decimal): -5517882 or 13028779. OLE color: 13028779.
HSL color Cylindrical-coordinate representation of color #ABCDC6: hue angle of 167.65º 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 #ABCDC6 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 198 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.20 |
| HSL | 167.65º | 0.25% | 0.74% | - |
| HSV(B) | 167.65º | 0.17% | 0.8% | - |
| XYZ | 48.82 | 56.4 | 61.74 | - |
| YUV | 194.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 198 | 0.17 | 0 | 0.03 | 0.20 | 167.65 | 0.25 | 0.74 |
| Hex | AB | CD | C6 | 11 | 0 | 3 | 14 | A8 | 19 | 4A |
| Octal | 253 | 315 | 306 | 21 | 0 | 3 | 24 | 250 | 31 | 112 |
| Binary | 10101011 | 11001101 | 11000110 | 10001 | 0 | 11 | 10100 | 10101000 | 11001 | 1001010 |
Color Harmonies of #ABCDC6
Complementary color
Monochromatic Colors of #ABCDC6
Black with #ABCDC6
Text Example
Text Example
White with #ABCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDC6; }
p { color: rgb(171,205,198); }
H1.HeaderClassName
{
color: #ABCDC6;
}
.AnyTagClassName
{
color: #ABCDC6;
}
</style>
background-color css
<style>
a { background-color: #ABCDC6; }
a { background-color: rgb(171,205,198); }
div.DivClassName
{
background-color: #ABCDC6;
}
.BgClassName
{
background-color: #ABCDC6;
}
</style>
border-color css
<style>
span { border-color: #ABCDC6; }
span { border-color: rgb(171,205,198); }
td.TdClassName
{
border-color: #ABCDC6;
}
.TagClassName
{
border-color: #ABCDC6;
}
</style>