Shades of Scandal #AFDDDB
Tints of Scandal #AFDDDB
RGB
CMYK
RGB Variations
Color information
#AFDDDB (or 0xAFDDDB) is known color: Scandal. HEX triplet: AF, DD and DB. RGB value is (175,221,219). Sum of RGB (Red+Green+Blue) = 175+221+219=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDDB is #502224. Grayscale: #CECECE. Windows color (decimal): -5251621 or 14409135. OLE color: 14409135.
HSL color Cylindrical-coordinate representation of color #AFDDDB: hue angle of 177.39º 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 #AFDDDB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 219 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.13 |
| HSL | 177.39º | 0.4% | 0.78% | - |
| HSV(B) | 177.39º | 0.21% | 0.87% | - |
| XYZ | 56.32 | 65.94 | 76.78 | - |
| YUV | 207.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 219 | 0.21 | 0 | 0.01 | 0.13 | 177.39 | 0.4 | 0.78 |
| Hex | AF | DD | DB | 15 | 0 | 1 | D | B1 | 28 | 4E |
| Octal | 257 | 335 | 333 | 25 | 0 | 1 | 15 | 261 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11011011 | 10101 | 0 | 1 | 1101 | 10110001 | 101000 | 1001110 |
Color Harmonies of #AFDDDB
Complementary color
Monochromatic Colors of #AFDDDB
Black with #AFDDDB
Text Example
Text Example
White with #AFDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDDB; }
p { color: rgb(175,221,219); }
H1.HeaderClassName
{
color: #AFDDDB;
}
.AnyTagClassName
{
color: #AFDDDB;
}
</style>
background-color css
<style>
a { background-color: #AFDDDB; }
a { background-color: rgb(175,221,219); }
div.DivClassName
{
background-color: #AFDDDB;
}
.BgClassName
{
background-color: #AFDDDB;
}
</style>
border-color css
<style>
span { border-color: #AFDDDB; }
span { border-color: rgb(175,221,219); }
td.TdClassName
{
border-color: #AFDDDB;
}
.TagClassName
{
border-color: #AFDDDB;
}
</style>