Shades of Opal #ADCCC1
Tints of Opal #ADCCC1
RGB
CMYK
RGB Variations
Color information
#ADCCC1 (or 0xADCCC1) is known color: Opal. HEX triplet: AD, CC and C1. RGB value is (173,204,193). Sum of RGB (Red+Green+Blue) = 173+204+193=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC1 is #52333E. Grayscale: #C1C1C1. Windows color (decimal): -5387071 or 12700845. OLE color: 12700845.
HSL color Cylindrical-coordinate representation of color #ADCCC1: hue angle of 158.71º 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 #ADCCC1 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 193 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.2 |
| HSL | 158.71º | 0.23% | 0.74% | - |
| HSV(B) | 158.71º | 0.15% | 0.8% | - |
| XYZ | 48.45 | 55.92 | 58.69 | - |
| YUV | 193.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 193 | 0.15 | 0 | 0.05 | 0.2 | 158.71 | 0.23 | 0.74 |
| Hex | AD | CC | C1 | F | 0 | 5 | 14 | 9F | 17 | 4A |
| Octal | 255 | 314 | 301 | 17 | 0 | 5 | 24 | 237 | 27 | 112 |
| Binary | 10101101 | 11001100 | 11000001 | 1111 | 0 | 101 | 10100 | 10011111 | 10111 | 1001010 |
Color Harmonies of #ADCCC1
Complementary color
Monochromatic Colors of #ADCCC1
Black with #ADCCC1
Text Example
Text Example
White with #ADCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCC1; }
p { color: rgb(173,204,193); }
H1.HeaderClassName
{
color: #ADCCC1;
}
.AnyTagClassName
{
color: #ADCCC1;
}
</style>
background-color css
<style>
a { background-color: #ADCCC1; }
a { background-color: rgb(173,204,193); }
div.DivClassName
{
background-color: #ADCCC1;
}
.BgClassName
{
background-color: #ADCCC1;
}
</style>
border-color css
<style>
span { border-color: #ADCCC1; }
span { border-color: rgb(173,204,193); }
td.TdClassName
{
border-color: #ADCCC1;
}
.TagClassName
{
border-color: #ADCCC1;
}
</style>