Shades of Scandal #A8DCD5
Tints of Scandal #A8DCD5
RGB
CMYK
RGB Variations
Color information
#A8DCD5 (or 0xA8DCD5) is known color: Scandal. HEX triplet: A8, DC and D5. RGB value is (168,220,213). Sum of RGB (Red+Green+Blue) = 168+220+213=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCD5 is #57232A. Grayscale: #CBCBCB. Windows color (decimal): -5710635 or 14015656. OLE color: 14015656.
HSL color Cylindrical-coordinate representation of color #A8DCD5: hue angle of 171.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCD5 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 213 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.14 |
| HSL | 171.92º | 0.43% | 0.76% | - |
| HSV(B) | 171.92º | 0.24% | 0.86% | - |
| XYZ | 53.75 | 64.32 | 72.53 | - |
| YUV | 203.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 213 | 0.24 | 0 | 0.03 | 0.14 | 171.92 | 0.43 | 0.76 |
| Hex | A8 | DC | D5 | 18 | 0 | 3 | E | AC | 2B | 4C |
| Octal | 250 | 334 | 325 | 30 | 0 | 3 | 16 | 254 | 53 | 114 |
| Binary | 10101000 | 11011100 | 11010101 | 11000 | 0 | 11 | 1110 | 10101100 | 101011 | 1001100 |
Color Harmonies of #A8DCD5
Complementary color
Monochromatic Colors of #A8DCD5
Black with #A8DCD5
Text Example
Text Example
White with #A8DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCD5; }
p { color: rgb(168,220,213); }
H1.HeaderClassName
{
color: #A8DCD5;
}
.AnyTagClassName
{
color: #A8DCD5;
}
</style>
background-color css
<style>
a { background-color: #A8DCD5; }
a { background-color: rgb(168,220,213); }
div.DivClassName
{
background-color: #A8DCD5;
}
.BgClassName
{
background-color: #A8DCD5;
}
</style>
border-color css
<style>
span { border-color: #A8DCD5; }
span { border-color: rgb(168,220,213); }
td.TdClassName
{
border-color: #A8DCD5;
}
.TagClassName
{
border-color: #A8DCD5;
}
</style>