Shades of Scandal #AFDEDA
Tints of Scandal #AFDEDA
RGB
CMYK
RGB Variations
Color information
#AFDEDA (or 0xAFDEDA) is known color: Scandal. HEX triplet: AF, DE and DA. RGB value is (175,222,218). Sum of RGB (Red+Green+Blue) = 175+222+218=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEDA is #502125. Grayscale: #CFCFCF. Windows color (decimal): -5251366 or 14343855. OLE color: 14343855.
HSL color Cylindrical-coordinate representation of color #AFDEDA: hue angle of 174.89º degrees, saturation: 0.42, 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 #AFDEDA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 218 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.13 |
| HSL | 174.89º | 0.42% | 0.78% | - |
| HSV(B) | 174.89º | 0.21% | 0.87% | - |
| XYZ | 56.46 | 66.42 | 76.17 | - |
| YUV | 207.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 218 | 0.21 | 0 | 0.02 | 0.13 | 174.89 | 0.42 | 0.78 |
| Hex | AF | DE | DA | 15 | 0 | 2 | D | AF | 2A | 4E |
| Octal | 257 | 336 | 332 | 25 | 0 | 2 | 15 | 257 | 52 | 116 |
| Binary | 10101111 | 11011110 | 11011010 | 10101 | 0 | 10 | 1101 | 10101111 | 101010 | 1001110 |
Color Harmonies of #AFDEDA
Complementary color
Monochromatic Colors of #AFDEDA
Black with #AFDEDA
Text Example
Text Example
White with #AFDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEDA; }
p { color: rgb(175,222,218); }
H1.HeaderClassName
{
color: #AFDEDA;
}
.AnyTagClassName
{
color: #AFDEDA;
}
</style>
background-color css
<style>
a { background-color: #AFDEDA; }
a { background-color: rgb(175,222,218); }
div.DivClassName
{
background-color: #AFDEDA;
}
.BgClassName
{
background-color: #AFDEDA;
}
</style>
border-color css
<style>
span { border-color: #AFDEDA; }
span { border-color: rgb(175,222,218); }
td.TdClassName
{
border-color: #AFDEDA;
}
.TagClassName
{
border-color: #AFDEDA;
}
</style>