Shades of Scandal #AFDCD7
Tints of Scandal #AFDCD7
RGB
CMYK
RGB Variations
Color information
#AFDCD7 (or 0xAFDCD7) is known color: Scandal. HEX triplet: AF, DC and D7. RGB value is (175,220,215). Sum of RGB (Red+Green+Blue) = 175+220+215=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD7 is #502328. Grayscale: #CDCDCD. Windows color (decimal): -5251881 or 14146735. OLE color: 14146735.
HSL color Cylindrical-coordinate representation of color #AFDCD7: hue angle of 173.33º degrees, saturation: 0.39, 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 #AFDCD7 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 215 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.14 |
| HSL | 173.33º | 0.39% | 0.77% | - |
| HSV(B) | 173.33º | 0.2% | 0.86% | - |
| XYZ | 55.54 | 65.21 | 73.95 | - |
| YUV | 205.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 215 | 0.20 | 0 | 0.02 | 0.14 | 173.33 | 0.39 | 0.77 |
| Hex | AF | DC | D7 | 14 | 0 | 2 | E | AD | 27 | 4D |
| Octal | 257 | 334 | 327 | 24 | 0 | 2 | 16 | 255 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11010111 | 10100 | 0 | 10 | 1110 | 10101101 | 100111 | 1001101 |
Color Harmonies of #AFDCD7
Complementary color
Monochromatic Colors of #AFDCD7
Black with #AFDCD7
Text Example
Text Example
White with #AFDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCD7; }
p { color: rgb(175,220,215); }
H1.HeaderClassName
{
color: #AFDCD7;
}
.AnyTagClassName
{
color: #AFDCD7;
}
</style>
background-color css
<style>
a { background-color: #AFDCD7; }
a { background-color: rgb(175,220,215); }
div.DivClassName
{
background-color: #AFDCD7;
}
.BgClassName
{
background-color: #AFDCD7;
}
</style>
border-color css
<style>
span { border-color: #AFDCD7; }
span { border-color: rgb(175,220,215); }
td.TdClassName
{
border-color: #AFDCD7;
}
.TagClassName
{
border-color: #AFDCD7;
}
</style>