Shades of Scandal #ACCFC8
Tints of Scandal #ACCFC8
RGB
CMYK
RGB Variations
Color information
#ACCFC8 (or 0xACCFC8) is known color: Scandal. HEX triplet: AC, CF and C8. RGB value is (172,207,200). Sum of RGB (Red+Green+Blue) = 172+207+200=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC8 is #533037. Grayscale: #C3C3C3. Windows color (decimal): -5451832 or 13160364. OLE color: 13160364.
HSL color Cylindrical-coordinate representation of color #ACCFC8: hue angle of 168º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFC8 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 200 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.19 |
| HSL | 168º | 0.27% | 0.74% | - |
| HSV(B) | 168º | 0.17% | 0.81% | - |
| XYZ | 49.75 | 57.57 | 63.13 | - |
| YUV | 195.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 200 | 0.17 | 0 | 0.03 | 0.19 | 168 | 0.27 | 0.74 |
| Hex | AC | CF | C8 | 11 | 0 | 3 | 13 | A8 | 1B | 4A |
| Octal | 254 | 317 | 310 | 21 | 0 | 3 | 23 | 250 | 33 | 112 |
| Binary | 10101100 | 11001111 | 11001000 | 10001 | 0 | 11 | 10011 | 10101000 | 11011 | 1001010 |
Color Harmonies of #ACCFC8
Complementary color
Monochromatic Colors of #ACCFC8
Black with #ACCFC8
Text Example
Text Example
White with #ACCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFC8; }
p { color: rgb(172,207,200); }
H1.HeaderClassName
{
color: #ACCFC8;
}
.AnyTagClassName
{
color: #ACCFC8;
}
</style>
background-color css
<style>
a { background-color: #ACCFC8; }
a { background-color: rgb(172,207,200); }
div.DivClassName
{
background-color: #ACCFC8;
}
.BgClassName
{
background-color: #ACCFC8;
}
</style>
border-color css
<style>
span { border-color: #ACCFC8; }
span { border-color: rgb(172,207,200); }
td.TdClassName
{
border-color: #ACCFC8;
}
.TagClassName
{
border-color: #ACCFC8;
}
</style>