Shades of Scandal #AFDBD5
Tints of Scandal #AFDBD5
RGB
CMYK
RGB Variations
Color information
#AFDBD5 (or 0xAFDBD5) is known color: Scandal. HEX triplet: AF, DB and D5. RGB value is (175,219,213). Sum of RGB (Red+Green+Blue) = 175+219+213=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBD5 is #50242A. Grayscale: #CDCDCD. Windows color (decimal): -5252139 or 14015407. OLE color: 14015407.
HSL color Cylindrical-coordinate representation of color #AFDBD5: hue angle of 171.82º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBD5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 213 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.14 |
| HSL | 171.82º | 0.38% | 0.77% | - |
| HSV(B) | 171.82º | 0.2% | 0.86% | - |
| XYZ | 55.02 | 64.58 | 72.52 | - |
| YUV | 205.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 213 | 0.20 | 0 | 0.03 | 0.14 | 171.82 | 0.38 | 0.77 |
| Hex | AF | DB | D5 | 14 | 0 | 3 | E | AC | 26 | 4D |
| Octal | 257 | 333 | 325 | 24 | 0 | 3 | 16 | 254 | 46 | 115 |
| Binary | 10101111 | 11011011 | 11010101 | 10100 | 0 | 11 | 1110 | 10101100 | 100110 | 1001101 |
Color Harmonies of #AFDBD5
Complementary color
Monochromatic Colors of #AFDBD5
Black with #AFDBD5
Text Example
Text Example
White with #AFDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBD5; }
p { color: rgb(175,219,213); }
H1.HeaderClassName
{
color: #AFDBD5;
}
.AnyTagClassName
{
color: #AFDBD5;
}
</style>
background-color css
<style>
a { background-color: #AFDBD5; }
a { background-color: rgb(175,219,213); }
div.DivClassName
{
background-color: #AFDBD5;
}
.BgClassName
{
background-color: #AFDBD5;
}
</style>
border-color css
<style>
span { border-color: #AFDBD5; }
span { border-color: rgb(175,219,213); }
td.TdClassName
{
border-color: #AFDBD5;
}
.TagClassName
{
border-color: #AFDBD5;
}
</style>