Shades of Scandal #AFDFDA
Tints of Scandal #AFDFDA
RGB
CMYK
RGB Variations
Color information
#AFDFDA (or 0xAFDFDA) is known color: Scandal. HEX triplet: AF, DF and DA. RGB value is (175,223,218). Sum of RGB (Red+Green+Blue) = 175+223+218=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFDA is #502025. Grayscale: #D0D0D0. Windows color (decimal): -5251110 or 14344111. OLE color: 14344111.
HSL color Cylindrical-coordinate representation of color #AFDFDA: hue angle of 173.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 218 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.13 |
| HSL | 173.75º | 0.43% | 0.78% | - |
| HSV(B) | 173.75º | 0.22% | 0.87% | - |
| XYZ | 56.72 | 66.95 | 76.26 | - |
| YUV | 208.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 218 | 0.22 | 0 | 0.02 | 0.13 | 173.75 | 0.43 | 0.78 |
| Hex | AF | DF | DA | 16 | 0 | 2 | D | AE | 2B | 4E |
| Octal | 257 | 337 | 332 | 26 | 0 | 2 | 15 | 256 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11011010 | 10110 | 0 | 10 | 1101 | 10101110 | 101011 | 1001110 |
Color Harmonies of #AFDFDA
Complementary color
Monochromatic Colors of #AFDFDA
Black with #AFDFDA
Text Example
Text Example
White with #AFDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFDA; }
p { color: rgb(175,223,218); }
H1.HeaderClassName
{
color: #AFDFDA;
}
.AnyTagClassName
{
color: #AFDFDA;
}
</style>
background-color css
<style>
a { background-color: #AFDFDA; }
a { background-color: rgb(175,223,218); }
div.DivClassName
{
background-color: #AFDFDA;
}
.BgClassName
{
background-color: #AFDFDA;
}
</style>
border-color css
<style>
span { border-color: #AFDFDA; }
span { border-color: rgb(175,223,218); }
td.TdClassName
{
border-color: #AFDFDA;
}
.TagClassName
{
border-color: #AFDFDA;
}
</style>