Shades of Opal #ADCDC3
Tints of Opal #ADCDC3
RGB
CMYK
RGB Variations
Color information
#ADCDC3 (or 0xADCDC3) is known color: Opal. HEX triplet: AD, CD and C3. RGB value is (173,205,195). Sum of RGB (Red+Green+Blue) = 173+205+195=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC3 is #52323C. Grayscale: #C2C2C2. Windows color (decimal): -5386813 or 12832173. OLE color: 12832173.
HSL color Cylindrical-coordinate representation of color #ADCDC3: hue angle of 161.25º 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 #ADCDC3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 205 | 195 | - |
CMYK | 0.16 | 0 | 0.05 | 0.20 |
HSL | 161.25º | 0.24% | 0.74% | - |
HSV(B) | 161.25º | 0.16% | 0.8% | - |
XYZ | 48.92 | 56.49 | 59.95 | - |
YUV | 194.29 | 128.4 | 112.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 195 | 0.16 | 0 | 0.05 | 0.20 | 161.25 | 0.24 | 0.74 |
Hex | AD | CD | C3 | 10 | 0 | 5 | 14 | A1 | 18 | 4A |
Octal | 255 | 315 | 303 | 20 | 0 | 5 | 24 | 241 | 30 | 112 |
Binary | 10101101 | 11001101 | 11000011 | 10000 | 0 | 101 | 10100 | 10100001 | 11000 | 1001010 |
Color Harmonies of #ADCDC3
Complementary color
Monochromatic Colors of #ADCDC3
Black with #ADCDC3
Text Example
Text Example
White with #ADCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDC3; }
p { color: rgb(173,205,195); }
H1.HeaderClassName
{
color: #ADCDC3;
}
.AnyTagClassName
{
color: #ADCDC3;
}
</style>
background-color css
<style>
a { background-color: #ADCDC3; }
a { background-color: rgb(173,205,195); }
div.DivClassName
{
background-color: #ADCDC3;
}
.BgClassName
{
background-color: #ADCDC3;
}
</style>
border-color css
<style>
span { border-color: #ADCDC3; }
span { border-color: rgb(173,205,195); }
td.TdClassName
{
border-color: #ADCDC3;
}
.TagClassName
{
border-color: #ADCDC3;
}
</style>