Shades of Opal #ADCCC4
Tints of Opal #ADCCC4
RGB
CMYK
RGB Variations
Color information
#ADCCC4 (or 0xADCCC4) is known color: Opal. HEX triplet: AD, CC and C4. RGB value is (173,204,196). Sum of RGB (Red+Green+Blue) = 173+204+196=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC4 is #52333B. Grayscale: #C1C1C1. Windows color (decimal): -5387068 or 12897453. OLE color: 12897453.
HSL color Cylindrical-coordinate representation of color #ADCCC4: hue angle of 164.52º 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 #ADCCC4 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 173 | 204 | 196 | - |
CMYK | 0.15 | 0 | 0.04 | 0.2 |
HSL | 164.52º | 0.23% | 0.74% | - |
HSV(B) | 164.52º | 0.15% | 0.8% | - |
XYZ | 48.79 | 56.06 | 60.47 | - |
YUV | 193.82 | 129.23 | 113.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 204 | 196 | 0.15 | 0 | 0.04 | 0.2 | 164.52 | 0.23 | 0.74 |
Hex | AD | CC | C4 | F | 0 | 4 | 14 | A5 | 17 | 4A |
Octal | 255 | 314 | 304 | 17 | 0 | 4 | 24 | 245 | 27 | 112 |
Binary | 10101101 | 11001100 | 11000100 | 1111 | 0 | 100 | 10100 | 10100101 | 10111 | 1001010 |
Color Harmonies of #ADCCC4
Complementary color
Monochromatic Colors of #ADCCC4
Black with #ADCCC4
Text Example
Text Example
White with #ADCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCC4; }
p { color: rgb(173,204,196); }
H1.HeaderClassName
{
color: #ADCCC4;
}
.AnyTagClassName
{
color: #ADCCC4;
}
</style>
background-color css
<style>
a { background-color: #ADCCC4; }
a { background-color: rgb(173,204,196); }
div.DivClassName
{
background-color: #ADCCC4;
}
.BgClassName
{
background-color: #ADCCC4;
}
</style>
border-color css
<style>
span { border-color: #ADCCC4; }
span { border-color: rgb(173,204,196); }
td.TdClassName
{
border-color: #ADCCC4;
}
.TagClassName
{
border-color: #ADCCC4;
}
</style>