Shades of Scandal #A4D6C8
Tints of Scandal #A4D6C8
RGB
CMYK
RGB Variations
Color information
#A4D6C8 (or 0xA4D6C8) is known color: Scandal. HEX triplet: A4, D6 and C8. RGB value is (164,214,200). Sum of RGB (Red+Green+Blue) = 164+214+200=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6C8 is #5B2937. Grayscale: #C5C5C5. Windows color (decimal): -5974328 or 13162148. OLE color: 13162148.
HSL color Cylindrical-coordinate representation of color #A4D6C8: hue angle of 163.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6C8 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 200 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.16 |
| HSL | 163.2º | 0.38% | 0.74% | - |
| HSV(B) | 163.2º | 0.23% | 0.84% | - |
| XYZ | 49.78 | 60.16 | 63.63 | - |
| YUV | 197.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 200 | 0.23 | 0 | 0.07 | 0.16 | 163.2 | 0.38 | 0.74 |
| Hex | A4 | D6 | C8 | 17 | 0 | 7 | 10 | A3 | 26 | 4A |
| Octal | 244 | 326 | 310 | 27 | 0 | 7 | 20 | 243 | 46 | 112 |
| Binary | 10100100 | 11010110 | 11001000 | 10111 | 0 | 111 | 10000 | 10100011 | 100110 | 1001010 |
Color Harmonies of #A4D6C8
Complementary color
Monochromatic Colors of #A4D6C8
Black with #A4D6C8
Text Example
Text Example
White with #A4D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D6C8; }
p { color: rgb(164,214,200); }
H1.HeaderClassName
{
color: #A4D6C8;
}
.AnyTagClassName
{
color: #A4D6C8;
}
</style>
background-color css
<style>
a { background-color: #A4D6C8; }
a { background-color: rgb(164,214,200); }
div.DivClassName
{
background-color: #A4D6C8;
}
.BgClassName
{
background-color: #A4D6C8;
}
</style>
border-color css
<style>
span { border-color: #A4D6C8; }
span { border-color: rgb(164,214,200); }
td.TdClassName
{
border-color: #A4D6C8;
}
.TagClassName
{
border-color: #A4D6C8;
}
</style>