Shades of Scandal #AFDCD4
Tints of Scandal #AFDCD4
RGB
CMYK
RGB Variations
Color information
#AFDCD4 (or 0xAFDCD4) is known color: Scandal. HEX triplet: AF, DC and D4. RGB value is (175,220,212). Sum of RGB (Red+Green+Blue) = 175+220+212=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD4 is #50232B. Grayscale: #CDCDCD. Windows color (decimal): -5251884 or 13950127. OLE color: 13950127.
HSL color Cylindrical-coordinate representation of color #AFDCD4: hue angle of 169.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 #AFDCD4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 212 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.14 |
| HSL | 169.33º | 0.39% | 0.77% | - |
| HSV(B) | 169.33º | 0.2% | 0.86% | - |
| XYZ | 55.16 | 65.05 | 71.94 | - |
| YUV | 205.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 212 | 0.20 | 0 | 0.04 | 0.14 | 169.33 | 0.39 | 0.77 |
| Hex | AF | DC | D4 | 14 | 0 | 4 | E | A9 | 27 | 4D |
| Octal | 257 | 334 | 324 | 24 | 0 | 4 | 16 | 251 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11010100 | 10100 | 0 | 100 | 1110 | 10101001 | 100111 | 1001101 |
Color Harmonies of #AFDCD4
Complementary color
Monochromatic Colors of #AFDCD4
Black with #AFDCD4
Text Example
Text Example
White with #AFDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCD4; }
p { color: rgb(175,220,212); }
H1.HeaderClassName
{
color: #AFDCD4;
}
.AnyTagClassName
{
color: #AFDCD4;
}
</style>
background-color css
<style>
a { background-color: #AFDCD4; }
a { background-color: rgb(175,220,212); }
div.DivClassName
{
background-color: #AFDCD4;
}
.BgClassName
{
background-color: #AFDCD4;
}
</style>
border-color css
<style>
span { border-color: #AFDCD4; }
span { border-color: rgb(175,220,212); }
td.TdClassName
{
border-color: #AFDCD4;
}
.TagClassName
{
border-color: #AFDCD4;
}
</style>