Shades of Scandal #AFDDD6
Tints of Scandal #AFDDD6
RGB
CMYK
RGB Variations
Color information
#AFDDD6 (or 0xAFDDD6) is known color: Scandal. HEX triplet: AF, DD and D6. RGB value is (175,221,214). Sum of RGB (Red+Green+Blue) = 175+221+214=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD6 is #502229. Grayscale: #CECECE. Windows color (decimal): -5251626 or 14081455. OLE color: 14081455.
HSL color Cylindrical-coordinate representation of color #AFDDD6: hue angle of 170.87º 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 #AFDDD6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 214 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.13 |
| HSL | 170.87º | 0.4% | 0.78% | - |
| HSV(B) | 170.87º | 0.21% | 0.87% | - |
| XYZ | 55.67 | 65.68 | 73.36 | - |
| YUV | 206.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 214 | 0.21 | 0 | 0.03 | 0.13 | 170.87 | 0.4 | 0.78 |
| Hex | AF | DD | D6 | 15 | 0 | 3 | D | AB | 28 | 4E |
| Octal | 257 | 335 | 326 | 25 | 0 | 3 | 15 | 253 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11010110 | 10101 | 0 | 11 | 1101 | 10101011 | 101000 | 1001110 |
Color Harmonies of #AFDDD6
Complementary color
Monochromatic Colors of #AFDDD6
Black with #AFDDD6
Text Example
Text Example
White with #AFDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDD6; }
p { color: rgb(175,221,214); }
H1.HeaderClassName
{
color: #AFDDD6;
}
.AnyTagClassName
{
color: #AFDDD6;
}
</style>
background-color css
<style>
a { background-color: #AFDDD6; }
a { background-color: rgb(175,221,214); }
div.DivClassName
{
background-color: #AFDDD6;
}
.BgClassName
{
background-color: #AFDDD6;
}
</style>
border-color css
<style>
span { border-color: #AFDDD6; }
span { border-color: rgb(175,221,214); }
td.TdClassName
{
border-color: #AFDDD6;
}
.TagClassName
{
border-color: #AFDDD6;
}
</style>