Shades of Opal #ADCDC6
Tints of Opal #ADCDC6
RGB
CMYK
RGB Variations
Color information
#ADCDC6 (or 0xADCDC6) is known color: Opal. HEX triplet: AD, CD and C6. RGB value is (173,205,198). Sum of RGB (Red+Green+Blue) = 173+205+198=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC6 is #523239. Grayscale: #C2C2C2. Windows color (decimal): -5386810 or 13028781. OLE color: 13028781.
HSL color Cylindrical-coordinate representation of color #ADCDC6: hue angle of 166.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDC6 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 198 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.20 |
| HSL | 166.88º | 0.24% | 0.74% | - |
| HSV(B) | 166.88º | 0.16% | 0.8% | - |
| XYZ | 49.26 | 56.62 | 61.76 | - |
| YUV | 194.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 198 | 0.16 | 0 | 0.03 | 0.20 | 166.88 | 0.24 | 0.74 |
| Hex | AD | CD | C6 | 10 | 0 | 3 | 14 | A7 | 18 | 4A |
| Octal | 255 | 315 | 306 | 20 | 0 | 3 | 24 | 247 | 30 | 112 |
| Binary | 10101101 | 11001101 | 11000110 | 10000 | 0 | 11 | 10100 | 10100111 | 11000 | 1001010 |
Color Harmonies of #ADCDC6
Complementary color
Monochromatic Colors of #ADCDC6
Black with #ADCDC6
Text Example
Text Example
White with #ADCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDC6; }
p { color: rgb(173,205,198); }
H1.HeaderClassName
{
color: #ADCDC6;
}
.AnyTagClassName
{
color: #ADCDC6;
}
</style>
background-color css
<style>
a { background-color: #ADCDC6; }
a { background-color: rgb(173,205,198); }
div.DivClassName
{
background-color: #ADCDC6;
}
.BgClassName
{
background-color: #ADCDC6;
}
</style>
border-color css
<style>
span { border-color: #ADCDC6; }
span { border-color: rgb(173,205,198); }
td.TdClassName
{
border-color: #ADCDC6;
}
.TagClassName
{
border-color: #ADCDC6;
}
</style>