Shades of Opal #ADCEC6
Tints of Opal #ADCEC6
RGB
CMYK
RGB Variations
Color information
#ADCEC6 (or 0xADCEC6) is known color: Opal. HEX triplet: AD, CE and C6. RGB value is (173,206,198). Sum of RGB (Red+Green+Blue) = 173+206+198=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC6 is #523139. Grayscale: #C3C3C3. Windows color (decimal): -5386554 or 13029037. OLE color: 13029037.
HSL color Cylindrical-coordinate representation of color #ADCEC6: hue angle of 165.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 198 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.19 |
| HSL | 165.45º | 0.25% | 0.74% | - |
| HSV(B) | 165.45º | 0.16% | 0.81% | - |
| XYZ | 49.5 | 57.1 | 61.84 | - |
| YUV | 195.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 198 | 0.16 | 0 | 0.04 | 0.19 | 165.45 | 0.25 | 0.74 |
| Hex | AD | CE | C6 | 10 | 0 | 4 | 13 | A5 | 19 | 4A |
| Octal | 255 | 316 | 306 | 20 | 0 | 4 | 23 | 245 | 31 | 112 |
| Binary | 10101101 | 11001110 | 11000110 | 10000 | 0 | 100 | 10011 | 10100101 | 11001 | 1001010 |
Color Harmonies of #ADCEC6
Complementary color
Monochromatic Colors of #ADCEC6
Black with #ADCEC6
Text Example
Text Example
White with #ADCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEC6; }
p { color: rgb(173,206,198); }
H1.HeaderClassName
{
color: #ADCEC6;
}
.AnyTagClassName
{
color: #ADCEC6;
}
</style>
background-color css
<style>
a { background-color: #ADCEC6; }
a { background-color: rgb(173,206,198); }
div.DivClassName
{
background-color: #ADCEC6;
}
.BgClassName
{
background-color: #ADCEC6;
}
</style>
border-color css
<style>
span { border-color: #ADCEC6; }
span { border-color: rgb(173,206,198); }
td.TdClassName
{
border-color: #ADCEC6;
}
.TagClassName
{
border-color: #ADCEC6;
}
</style>