Shades of Scandal #AFD9D3
Tints of Scandal #AFD9D3
RGB
CMYK
RGB Variations
Color information
#AFD9D3 (or 0xAFD9D3) is known color: Scandal. HEX triplet: AF, D9 and D3. RGB value is (175,217,211). Sum of RGB (Red+Green+Blue) = 175+217+211=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9D3 is #50262C. Grayscale: #CBCBCB. Windows color (decimal): -5252653 or 13883823. OLE color: 13883823.
HSL color Cylindrical-coordinate representation of color #AFD9D3: hue angle of 171.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD9D3 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 211 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.15 |
| HSL | 171.43º | 0.36% | 0.77% | - |
| HSV(B) | 171.43º | 0.19% | 0.85% | - |
| XYZ | 54.25 | 63.44 | 71.01 | - |
| YUV | 203.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 211 | 0.19 | 0 | 0.03 | 0.15 | 171.43 | 0.36 | 0.77 |
| Hex | AF | D9 | D3 | 13 | 0 | 3 | F | AB | 24 | 4D |
| Octal | 257 | 331 | 323 | 23 | 0 | 3 | 17 | 253 | 44 | 115 |
| Binary | 10101111 | 11011001 | 11010011 | 10011 | 0 | 11 | 1111 | 10101011 | 100100 | 1001101 |
Color Harmonies of #AFD9D3
Complementary color
Monochromatic Colors of #AFD9D3
Black with #AFD9D3
Text Example
Text Example
White with #AFD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD9D3; }
p { color: rgb(175,217,211); }
H1.HeaderClassName
{
color: #AFD9D3;
}
.AnyTagClassName
{
color: #AFD9D3;
}
</style>
background-color css
<style>
a { background-color: #AFD9D3; }
a { background-color: rgb(175,217,211); }
div.DivClassName
{
background-color: #AFD9D3;
}
.BgClassName
{
background-color: #AFD9D3;
}
</style>
border-color css
<style>
span { border-color: #AFD9D3; }
span { border-color: rgb(175,217,211); }
td.TdClassName
{
border-color: #AFD9D3;
}
.TagClassName
{
border-color: #AFD9D3;
}
</style>