Shades of Scandal #ADCEC7
Tints of Scandal #ADCEC7
RGB
CMYK
RGB Variations
Color information
#ADCEC7 (or 0xADCEC7) is known color: Scandal. HEX triplet: AD, CE and C7. RGB value is (173,206,199). Sum of RGB (Red+Green+Blue) = 173+206+199=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC7 is #523138. Grayscale: #C3C3C3. Windows color (decimal): -5386553 or 13094573. OLE color: 13094573.
HSL color Cylindrical-coordinate representation of color #ADCEC7: hue angle of 167.27º 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 #ADCEC7 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 199 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.19 |
| HSL | 167.27º | 0.25% | 0.74% | - |
| HSV(B) | 167.27º | 0.16% | 0.81% | - |
| XYZ | 49.61 | 57.15 | 62.45 | - |
| YUV | 195.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 199 | 0.16 | 0 | 0.03 | 0.19 | 167.27 | 0.25 | 0.74 |
| Hex | AD | CE | C7 | 10 | 0 | 3 | 13 | A7 | 19 | 4A |
| Octal | 255 | 316 | 307 | 20 | 0 | 3 | 23 | 247 | 31 | 112 |
| Binary | 10101101 | 11001110 | 11000111 | 10000 | 0 | 11 | 10011 | 10100111 | 11001 | 1001010 |
Color Harmonies of #ADCEC7
Complementary color
Monochromatic Colors of #ADCEC7
Black with #ADCEC7
Text Example
Text Example
White with #ADCEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEC7; }
p { color: rgb(173,206,199); }
H1.HeaderClassName
{
color: #ADCEC7;
}
.AnyTagClassName
{
color: #ADCEC7;
}
</style>
background-color css
<style>
a { background-color: #ADCEC7; }
a { background-color: rgb(173,206,199); }
div.DivClassName
{
background-color: #ADCEC7;
}
.BgClassName
{
background-color: #ADCEC7;
}
</style>
border-color css
<style>
span { border-color: #ADCEC7; }
span { border-color: rgb(173,206,199); }
td.TdClassName
{
border-color: #ADCEC7;
}
.TagClassName
{
border-color: #ADCEC7;
}
</style>