Shades of Scandal #AFDEDB
Tints of Scandal #AFDEDB
RGB
CMYK
RGB Variations
Color information
#AFDEDB (or 0xAFDEDB) is known color: Scandal. HEX triplet: AF, DE and DB. RGB value is (175,222,219). Sum of RGB (Red+Green+Blue) = 175+222+219=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEDB is #502124. Grayscale: #CFCFCF. Windows color (decimal): -5251365 or 14409391. OLE color: 14409391.
HSL color Cylindrical-coordinate representation of color #AFDEDB: hue angle of 176.17º 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 #AFDEDB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 219 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.13 |
| HSL | 176.17º | 0.42% | 0.78% | - |
| HSV(B) | 176.17º | 0.21% | 0.87% | - |
| XYZ | 56.59 | 66.47 | 76.87 | - |
| YUV | 207.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 219 | 0.21 | 0 | 0.01 | 0.13 | 176.17 | 0.42 | 0.78 |
| Hex | AF | DE | DB | 15 | 0 | 1 | D | B0 | 2A | 4E |
| Octal | 257 | 336 | 333 | 25 | 0 | 1 | 15 | 260 | 52 | 116 |
| Binary | 10101111 | 11011110 | 11011011 | 10101 | 0 | 1 | 1101 | 10110000 | 101010 | 1001110 |
Color Harmonies of #AFDEDB
Complementary color
Monochromatic Colors of #AFDEDB
Black with #AFDEDB
Text Example
Text Example
White with #AFDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEDB; }
p { color: rgb(175,222,219); }
H1.HeaderClassName
{
color: #AFDEDB;
}
.AnyTagClassName
{
color: #AFDEDB;
}
</style>
background-color css
<style>
a { background-color: #AFDEDB; }
a { background-color: rgb(175,222,219); }
div.DivClassName
{
background-color: #AFDEDB;
}
.BgClassName
{
background-color: #AFDEDB;
}
</style>
border-color css
<style>
span { border-color: #AFDEDB; }
span { border-color: rgb(175,222,219); }
td.TdClassName
{
border-color: #AFDEDB;
}
.TagClassName
{
border-color: #AFDEDB;
}
</style>