Shades of Scandal #ACCEC7
Tints of Scandal #ACCEC7
RGB
CMYK
RGB Variations
Color information
#ACCEC7 (or 0xACCEC7) is known color: Scandal. HEX triplet: AC, CE and C7. RGB value is (172,206,199). Sum of RGB (Red+Green+Blue) = 172+206+199=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC7 is #533138. Grayscale: #C3C3C3. Windows color (decimal): -5452089 or 13094572. OLE color: 13094572.
HSL color Cylindrical-coordinate representation of color #ACCEC7: hue angle of 167.65º degrees, saturation: 0.26, 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 #ACCEC7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 199 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.19 |
| HSL | 167.65º | 0.26% | 0.74% | - |
| HSV(B) | 167.65º | 0.17% | 0.81% | - |
| XYZ | 49.39 | 57.04 | 62.44 | - |
| YUV | 195.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 199 | 0.17 | 0 | 0.03 | 0.19 | 167.65 | 0.26 | 0.74 |
| Hex | AC | CE | C7 | 11 | 0 | 3 | 13 | A8 | 1A | 4A |
| Octal | 254 | 316 | 307 | 21 | 0 | 3 | 23 | 250 | 32 | 112 |
| Binary | 10101100 | 11001110 | 11000111 | 10001 | 0 | 11 | 10011 | 10101000 | 11010 | 1001010 |
Color Harmonies of #ACCEC7
Complementary color
Monochromatic Colors of #ACCEC7
Black with #ACCEC7
Text Example
Text Example
White with #ACCEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEC7; }
p { color: rgb(172,206,199); }
H1.HeaderClassName
{
color: #ACCEC7;
}
.AnyTagClassName
{
color: #ACCEC7;
}
</style>
background-color css
<style>
a { background-color: #ACCEC7; }
a { background-color: rgb(172,206,199); }
div.DivClassName
{
background-color: #ACCEC7;
}
.BgClassName
{
background-color: #ACCEC7;
}
</style>
border-color css
<style>
span { border-color: #ACCEC7; }
span { border-color: rgb(172,206,199); }
td.TdClassName
{
border-color: #ACCEC7;
}
.TagClassName
{
border-color: #ACCEC7;
}
</style>