Shades of Opal #ADCDC2
Tints of Opal #ADCDC2
RGB
CMYK
RGB Variations
Color information
#ADCDC2 (or 0xADCDC2) is known color: Opal. HEX triplet: AD, CD and C2. RGB value is (173,205,194). Sum of RGB (Red+Green+Blue) = 173+205+194=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC2 is #52323D. Grayscale: #C2C2C2. Windows color (decimal): -5386814 or 12766637. OLE color: 12766637.
HSL color Cylindrical-coordinate representation of color #ADCDC2: hue angle of 159.38º 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 #ADCDC2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 205 | 194 | - |
CMYK | 0.16 | 0 | 0.05 | 0.20 |
HSL | 159.38º | 0.24% | 0.74% | - |
HSV(B) | 159.38º | 0.16% | 0.8% | - |
XYZ | 48.8 | 56.44 | 59.36 | - |
YUV | 194.18 | 127.9 | 112.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 194 | 0.16 | 0 | 0.05 | 0.20 | 159.38 | 0.24 | 0.74 |
Hex | AD | CD | C2 | 10 | 0 | 5 | 14 | 9F | 18 | 4A |
Octal | 255 | 315 | 302 | 20 | 0 | 5 | 24 | 237 | 30 | 112 |
Binary | 10101101 | 11001101 | 11000010 | 10000 | 0 | 101 | 10100 | 10011111 | 11000 | 1001010 |
Color Harmonies of #ADCDC2
Complementary color
Monochromatic Colors of #ADCDC2
Black with #ADCDC2
Text Example
Text Example
White with #ADCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDC2; }
p { color: rgb(173,205,194); }
H1.HeaderClassName
{
color: #ADCDC2;
}
.AnyTagClassName
{
color: #ADCDC2;
}
</style>
background-color css
<style>
a { background-color: #ADCDC2; }
a { background-color: rgb(173,205,194); }
div.DivClassName
{
background-color: #ADCDC2;
}
.BgClassName
{
background-color: #ADCDC2;
}
</style>
border-color css
<style>
span { border-color: #ADCDC2; }
span { border-color: rgb(173,205,194); }
td.TdClassName
{
border-color: #ADCDC2;
}
.TagClassName
{
border-color: #ADCDC2;
}
</style>