Shades of Opal #ADCCC2
Tints of Opal #ADCCC2
RGB
CMYK
RGB Variations
Color information
#ADCCC2 (or 0xADCCC2) is known color: Opal. HEX triplet: AD, CC and C2. RGB value is (173,204,194). Sum of RGB (Red+Green+Blue) = 173+204+194=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC2 is #52333D. Grayscale: #C1C1C1. Windows color (decimal): -5387070 or 12766381. OLE color: 12766381.
HSL color Cylindrical-coordinate representation of color #ADCCC2: hue angle of 160.65º 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 #ADCCC2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 194 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.2 |
| HSL | 160.65º | 0.23% | 0.74% | - |
| HSV(B) | 160.65º | 0.15% | 0.8% | - |
| XYZ | 48.56 | 55.97 | 59.28 | - |
| YUV | 193.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 194 | 0.15 | 0 | 0.05 | 0.2 | 160.65 | 0.23 | 0.74 |
| Hex | AD | CC | C2 | F | 0 | 5 | 14 | A1 | 17 | 4A |
| Octal | 255 | 314 | 302 | 17 | 0 | 5 | 24 | 241 | 27 | 112 |
| Binary | 10101101 | 11001100 | 11000010 | 1111 | 0 | 101 | 10100 | 10100001 | 10111 | 1001010 |
Color Harmonies of #ADCCC2
Complementary color
Monochromatic Colors of #ADCCC2
Black with #ADCCC2
Text Example
Text Example
White with #ADCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCC2; }
p { color: rgb(173,204,194); }
H1.HeaderClassName
{
color: #ADCCC2;
}
.AnyTagClassName
{
color: #ADCCC2;
}
</style>
background-color css
<style>
a { background-color: #ADCCC2; }
a { background-color: rgb(173,204,194); }
div.DivClassName
{
background-color: #ADCCC2;
}
.BgClassName
{
background-color: #ADCCC2;
}
</style>
border-color css
<style>
span { border-color: #ADCCC2; }
span { border-color: rgb(173,204,194); }
td.TdClassName
{
border-color: #ADCCC2;
}
.TagClassName
{
border-color: #ADCCC2;
}
</style>