Shades of Scandal #AFD0CB
Tints of Scandal #AFD0CB
RGB
CMYK
RGB Variations
Color information
#AFD0CB (or 0xAFD0CB) is known color: Scandal. HEX triplet: AF, D0 and CB. RGB value is (175,208,203). Sum of RGB (Red+Green+Blue) = 175+208+203=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0CB is #502F34. Grayscale: #C5C5C5. Windows color (decimal): -5254965 or 13357231. OLE color: 13357231.
HSL color Cylindrical-coordinate representation of color #AFD0CB: hue angle of 170.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0CB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 203 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.18 |
| HSL | 170.91º | 0.26% | 0.75% | - |
| HSV(B) | 170.91º | 0.16% | 0.82% | - |
| XYZ | 51.01 | 58.54 | 65.11 | - |
| YUV | 197.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 203 | 0.16 | 0 | 0.02 | 0.18 | 170.91 | 0.26 | 0.75 |
| Hex | AF | D0 | CB | 10 | 0 | 2 | 12 | AB | 1A | 4B |
| Octal | 257 | 320 | 313 | 20 | 0 | 2 | 22 | 253 | 32 | 113 |
| Binary | 10101111 | 11010000 | 11001011 | 10000 | 0 | 10 | 10010 | 10101011 | 11010 | 1001011 |
Color Harmonies of #AFD0CB
Complementary color
Monochromatic Colors of #AFD0CB
Black with #AFD0CB
Text Example
Text Example
White with #AFD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD0CB; }
p { color: rgb(175,208,203); }
H1.HeaderClassName
{
color: #AFD0CB;
}
.AnyTagClassName
{
color: #AFD0CB;
}
</style>
background-color css
<style>
a { background-color: #AFD0CB; }
a { background-color: rgb(175,208,203); }
div.DivClassName
{
background-color: #AFD0CB;
}
.BgClassName
{
background-color: #AFD0CB;
}
</style>
border-color css
<style>
span { border-color: #AFD0CB; }
span { border-color: rgb(175,208,203); }
td.TdClassName
{
border-color: #AFD0CB;
}
.TagClassName
{
border-color: #AFD0CB;
}
</style>