Shades of Scandal #AFDDD2
Tints of Scandal #AFDDD2
RGB
CMYK
RGB Variations
Color information
#AFDDD2 (or 0xAFDDD2) is known color: Scandal. HEX triplet: AF, DD and D2. RGB value is (175,221,210). Sum of RGB (Red+Green+Blue) = 175+221+210=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD2 is #50222D. Grayscale: #CDCDCD. Windows color (decimal): -5251630 or 13819311. OLE color: 13819311.
HSL color Cylindrical-coordinate representation of color #AFDDD2: hue angle of 165.65º 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 #AFDDD2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 210 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.13 |
| HSL | 165.65º | 0.4% | 0.78% | - |
| HSV(B) | 165.65º | 0.21% | 0.87% | - |
| XYZ | 55.17 | 65.48 | 70.7 | - |
| YUV | 205.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 210 | 0.21 | 0 | 0.05 | 0.13 | 165.65 | 0.4 | 0.78 |
| Hex | AF | DD | D2 | 15 | 0 | 5 | D | A6 | 28 | 4E |
| Octal | 257 | 335 | 322 | 25 | 0 | 5 | 15 | 246 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11010010 | 10101 | 0 | 101 | 1101 | 10100110 | 101000 | 1001110 |
Color Harmonies of #AFDDD2
Complementary color
Monochromatic Colors of #AFDDD2
Black with #AFDDD2
Text Example
Text Example
White with #AFDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDD2; }
p { color: rgb(175,221,210); }
H1.HeaderClassName
{
color: #AFDDD2;
}
.AnyTagClassName
{
color: #AFDDD2;
}
</style>
background-color css
<style>
a { background-color: #AFDDD2; }
a { background-color: rgb(175,221,210); }
div.DivClassName
{
background-color: #AFDDD2;
}
.BgClassName
{
background-color: #AFDDD2;
}
</style>
border-color css
<style>
span { border-color: #AFDDD2; }
span { border-color: rgb(175,221,210); }
td.TdClassName
{
border-color: #AFDDD2;
}
.TagClassName
{
border-color: #AFDDD2;
}
</style>