Shades of Scandal #A8D6CD
Tints of Scandal #A8D6CD
RGB
CMYK
RGB Variations
Color information
#A8D6CD (or 0xA8D6CD) is known color: Scandal. HEX triplet: A8, D6 and CD. RGB value is (168,214,205). Sum of RGB (Red+Green+Blue) = 168+214+205=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6CD is #572932. Grayscale: #C7C7C7. Windows color (decimal): -5712179 or 13489832. OLE color: 13489832.
HSL color Cylindrical-coordinate representation of color #A8D6CD: hue angle of 168.26º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D6CD is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 205 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.16 |
| HSL | 168.26º | 0.36% | 0.75% | - |
| HSV(B) | 168.26º | 0.21% | 0.84% | - |
| XYZ | 51.21 | 60.83 | 66.8 | - |
| YUV | 199.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 205 | 0.21 | 0 | 0.04 | 0.16 | 168.26 | 0.36 | 0.75 |
| Hex | A8 | D6 | CD | 15 | 0 | 4 | 10 | A8 | 24 | 4B |
| Octal | 250 | 326 | 315 | 25 | 0 | 4 | 20 | 250 | 44 | 113 |
| Binary | 10101000 | 11010110 | 11001101 | 10101 | 0 | 100 | 10000 | 10101000 | 100100 | 1001011 |
Color Harmonies of #A8D6CD
Complementary color
Monochromatic Colors of #A8D6CD
Black with #A8D6CD
Text Example
Text Example
White with #A8D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6CD; }
p { color: rgb(168,214,205); }
H1.HeaderClassName
{
color: #A8D6CD;
}
.AnyTagClassName
{
color: #A8D6CD;
}
</style>
background-color css
<style>
a { background-color: #A8D6CD; }
a { background-color: rgb(168,214,205); }
div.DivClassName
{
background-color: #A8D6CD;
}
.BgClassName
{
background-color: #A8D6CD;
}
</style>
border-color css
<style>
span { border-color: #A8D6CD; }
span { border-color: rgb(168,214,205); }
td.TdClassName
{
border-color: #A8D6CD;
}
.TagClassName
{
border-color: #A8D6CD;
}
</style>