Shades of Opal #ADCCC0
Tints of Opal #ADCCC0
RGB
CMYK
RGB Variations
Color information
#ADCCC0 (or 0xADCCC0) is known color: Opal. HEX triplet: AD, CC and C0. RGB value is (173,204,192). Sum of RGB (Red+Green+Blue) = 173+204+192=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC0 is #52333F. Grayscale: #C1C1C1. Windows color (decimal): -5387072 or 12635309. OLE color: 12635309.
HSL color Cylindrical-coordinate representation of color #ADCCC0: hue angle of 156.77º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCC0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 192 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.2 |
| HSL | 156.77º | 0.23% | 0.74% | - |
| HSV(B) | 156.77º | 0.15% | 0.8% | - |
| XYZ | 48.34 | 55.88 | 58.11 | - |
| YUV | 193.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 192 | 0.15 | 0 | 0.06 | 0.2 | 156.77 | 0.23 | 0.74 |
| Hex | AD | CC | C0 | F | 0 | 6 | 14 | 9D | 17 | 4A |
| Octal | 255 | 314 | 300 | 17 | 0 | 6 | 24 | 235 | 27 | 112 |
| Binary | 10101101 | 11001100 | 11000000 | 1111 | 0 | 110 | 10100 | 10011101 | 10111 | 1001010 |
Color Harmonies of #ADCCC0
Complementary color
Monochromatic Colors of #ADCCC0
Black with #ADCCC0
Text Example
Text Example
White with #ADCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCC0; }
p { color: rgb(173,204,192); }
H1.HeaderClassName
{
color: #ADCCC0;
}
.AnyTagClassName
{
color: #ADCCC0;
}
</style>
background-color css
<style>
a { background-color: #ADCCC0; }
a { background-color: rgb(173,204,192); }
div.DivClassName
{
background-color: #ADCCC0;
}
.BgClassName
{
background-color: #ADCCC0;
}
</style>
border-color css
<style>
span { border-color: #ADCCC0; }
span { border-color: rgb(173,204,192); }
td.TdClassName
{
border-color: #ADCCC0;
}
.TagClassName
{
border-color: #ADCCC0;
}
</style>