Shades of Scandal #AFDDD9
Tints of Scandal #AFDDD9
RGB
CMYK
RGB Variations
Color information
#AFDDD9 (or 0xAFDDD9) is known color: Scandal. HEX triplet: AF, DD and D9. RGB value is (175,221,217). Sum of RGB (Red+Green+Blue) = 175+221+217=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD9 is #502226. Grayscale: #CECECE. Windows color (decimal): -5251623 or 14278063. OLE color: 14278063.
HSL color Cylindrical-coordinate representation of color #AFDDD9: hue angle of 174.78º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDD9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 217 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.13 |
| HSL | 174.78º | 0.4% | 0.78% | - |
| HSV(B) | 174.78º | 0.21% | 0.87% | - |
| XYZ | 56.06 | 65.84 | 75.4 | - |
| YUV | 206.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 217 | 0.21 | 0 | 0.02 | 0.13 | 174.78 | 0.4 | 0.78 |
| Hex | AF | DD | D9 | 15 | 0 | 2 | D | AF | 28 | 4E |
| Octal | 257 | 335 | 331 | 25 | 0 | 2 | 15 | 257 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11011001 | 10101 | 0 | 10 | 1101 | 10101111 | 101000 | 1001110 |
Color Harmonies of #AFDDD9
Complementary color
Monochromatic Colors of #AFDDD9
Black with #AFDDD9
Text Example
Text Example
White with #AFDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDD9; }
p { color: rgb(175,221,217); }
H1.HeaderClassName
{
color: #AFDDD9;
}
.AnyTagClassName
{
color: #AFDDD9;
}
</style>
background-color css
<style>
a { background-color: #AFDDD9; }
a { background-color: rgb(175,221,217); }
div.DivClassName
{
background-color: #AFDDD9;
}
.BgClassName
{
background-color: #AFDDD9;
}
</style>
border-color css
<style>
span { border-color: #AFDDD9; }
span { border-color: rgb(175,221,217); }
td.TdClassName
{
border-color: #AFDDD9;
}
.TagClassName
{
border-color: #AFDDD9;
}
</style>