Shades of Tiara #ADCEC0
Tints of Tiara #ADCEC0
RGB
CMYK
RGB Variations
Color information
#ADCEC0 (or 0xADCEC0) is known color: Tiara. HEX triplet: AD, CE and C0. RGB value is (173,206,192). Sum of RGB (Red+Green+Blue) = 173+206+192=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC0 is #52313F. Grayscale: #C2C2C2. Windows color (decimal): -5386560 or 12635821. OLE color: 12635821.
HSL color Cylindrical-coordinate representation of color #ADCEC0: hue angle of 154.55º 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 #ADCEC0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 173 | 206 | 192 | - |
CMYK | 0.16 | 0 | 0.07 | 0.19 |
HSL | 154.55º | 0.25% | 0.74% | - |
HSV(B) | 154.55º | 0.16% | 0.81% | - |
XYZ | 48.82 | 56.83 | 58.27 | - |
YUV | 194.54 | 126.57 | 112.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 206 | 192 | 0.16 | 0 | 0.07 | 0.19 | 154.55 | 0.25 | 0.74 |
Hex | AD | CE | C0 | 10 | 0 | 7 | 13 | 9B | 19 | 4A |
Octal | 255 | 316 | 300 | 20 | 0 | 7 | 23 | 233 | 31 | 112 |
Binary | 10101101 | 11001110 | 11000000 | 10000 | 0 | 111 | 10011 | 10011011 | 11001 | 1001010 |
Color Harmonies of #ADCEC0
Complementary color
Monochromatic Colors of #ADCEC0
Black with #ADCEC0
Text Example
Text Example
White with #ADCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEC0; }
p { color: rgb(173,206,192); }
H1.HeaderClassName
{
color: #ADCEC0;
}
.AnyTagClassName
{
color: #ADCEC0;
}
</style>
background-color css
<style>
a { background-color: #ADCEC0; }
a { background-color: rgb(173,206,192); }
div.DivClassName
{
background-color: #ADCEC0;
}
.BgClassName
{
background-color: #ADCEC0;
}
</style>
border-color css
<style>
span { border-color: #ADCEC0; }
span { border-color: rgb(173,206,192); }
td.TdClassName
{
border-color: #ADCEC0;
}
.TagClassName
{
border-color: #ADCEC0;
}
</style>