Shades of Scandal #AFDCD2
Tints of Scandal #AFDCD2
RGB
CMYK
RGB Variations
Color information
#AFDCD2 (or 0xAFDCD2) is known color: Scandal. HEX triplet: AF, DC and D2. RGB value is (175,220,210). Sum of RGB (Red+Green+Blue) = 175+220+210=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD2 is #50232D. Grayscale: #CDCDCD. Windows color (decimal): -5251886 or 13819055. OLE color: 13819055.
HSL color Cylindrical-coordinate representation of color #AFDCD2: hue angle of 166.67º 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 #AFDCD2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 210 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.14 |
| HSL | 166.67º | 0.39% | 0.77% | - |
| HSV(B) | 166.67º | 0.2% | 0.86% | - |
| XYZ | 54.91 | 64.95 | 70.62 | - |
| YUV | 205.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 210 | 0.20 | 0 | 0.05 | 0.14 | 166.67 | 0.39 | 0.77 |
| Hex | AF | DC | D2 | 14 | 0 | 5 | E | A7 | 27 | 4D |
| Octal | 257 | 334 | 322 | 24 | 0 | 5 | 16 | 247 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11010010 | 10100 | 0 | 101 | 1110 | 10100111 | 100111 | 1001101 |
Color Harmonies of #AFDCD2
Complementary color
Monochromatic Colors of #AFDCD2
Black with #AFDCD2
Text Example
Text Example
White with #AFDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCD2; }
p { color: rgb(175,220,210); }
H1.HeaderClassName
{
color: #AFDCD2;
}
.AnyTagClassName
{
color: #AFDCD2;
}
</style>
background-color css
<style>
a { background-color: #AFDCD2; }
a { background-color: rgb(175,220,210); }
div.DivClassName
{
background-color: #AFDCD2;
}
.BgClassName
{
background-color: #AFDCD2;
}
</style>
border-color css
<style>
span { border-color: #AFDCD2; }
span { border-color: rgb(175,220,210); }
td.TdClassName
{
border-color: #AFDCD2;
}
.TagClassName
{
border-color: #AFDCD2;
}
</style>