Shades of Scandal #AFCEC9
Tints of Scandal #AFCEC9
RGB
CMYK
RGB Variations
Color information
#AFCEC9 (or 0xAFCEC9) is known color: Scandal. HEX triplet: AF, CE and C9. RGB value is (175,206,201). Sum of RGB (Red+Green+Blue) = 175+206+201=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEC9 is #503136. Grayscale: #C4C4C4. Windows color (decimal): -5255479 or 13225647. OLE color: 13225647.
HSL color Cylindrical-coordinate representation of color #AFCEC9: hue angle of 170.32º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCEC9 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 201 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.19 |
| HSL | 170.32º | 0.24% | 0.75% | - |
| HSV(B) | 170.32º | 0.15% | 0.81% | - |
| XYZ | 50.29 | 57.47 | 63.7 | - |
| YUV | 196.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 201 | 0.15 | 0 | 0.02 | 0.19 | 170.32 | 0.24 | 0.75 |
| Hex | AF | CE | C9 | F | 0 | 2 | 13 | AA | 18 | 4B |
| Octal | 257 | 316 | 311 | 17 | 0 | 2 | 23 | 252 | 30 | 113 |
| Binary | 10101111 | 11001110 | 11001001 | 1111 | 0 | 10 | 10011 | 10101010 | 11000 | 1001011 |
Color Harmonies of #AFCEC9
Complementary color
Monochromatic Colors of #AFCEC9
Black with #AFCEC9
Text Example
Text Example
White with #AFCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEC9; }
p { color: rgb(175,206,201); }
H1.HeaderClassName
{
color: #AFCEC9;
}
.AnyTagClassName
{
color: #AFCEC9;
}
</style>
background-color css
<style>
a { background-color: #AFCEC9; }
a { background-color: rgb(175,206,201); }
div.DivClassName
{
background-color: #AFCEC9;
}
.BgClassName
{
background-color: #AFCEC9;
}
</style>
border-color css
<style>
span { border-color: #AFCEC9; }
span { border-color: rgb(175,206,201); }
td.TdClassName
{
border-color: #AFCEC9;
}
.TagClassName
{
border-color: #AFCEC9;
}
</style>