Shades of Scandal #ADCEC8
Tints of Scandal #ADCEC8
RGB
CMYK
RGB Variations
Color information
#ADCEC8 (or 0xADCEC8) is known color: Scandal. HEX triplet: AD, CE and C8. RGB value is (173,206,200). Sum of RGB (Red+Green+Blue) = 173+206+200=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC8 is #523137. Grayscale: #C3C3C3. Windows color (decimal): -5386552 or 13160109. OLE color: 13160109.
HSL color Cylindrical-coordinate representation of color #ADCEC8: hue angle of 169.09º 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 #ADCEC8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 200 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.19 |
| HSL | 169.09º | 0.25% | 0.74% | - |
| HSV(B) | 169.09º | 0.16% | 0.81% | - |
| XYZ | 49.73 | 57.2 | 63.06 | - |
| YUV | 195.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 200 | 0.16 | 0 | 0.03 | 0.19 | 169.09 | 0.25 | 0.74 |
| Hex | AD | CE | C8 | 10 | 0 | 3 | 13 | A9 | 19 | 4A |
| Octal | 255 | 316 | 310 | 20 | 0 | 3 | 23 | 251 | 31 | 112 |
| Binary | 10101101 | 11001110 | 11001000 | 10000 | 0 | 11 | 10011 | 10101001 | 11001 | 1001010 |
Color Harmonies of #ADCEC8
Complementary color
Monochromatic Colors of #ADCEC8
Black with #ADCEC8
Text Example
Text Example
White with #ADCEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEC8; }
p { color: rgb(173,206,200); }
H1.HeaderClassName
{
color: #ADCEC8;
}
.AnyTagClassName
{
color: #ADCEC8;
}
</style>
background-color css
<style>
a { background-color: #ADCEC8; }
a { background-color: rgb(173,206,200); }
div.DivClassName
{
background-color: #ADCEC8;
}
.BgClassName
{
background-color: #ADCEC8;
}
</style>
border-color css
<style>
span { border-color: #ADCEC8; }
span { border-color: rgb(173,206,200); }
td.TdClassName
{
border-color: #ADCEC8;
}
.TagClassName
{
border-color: #ADCEC8;
}
</style>