Shades of Scandal #AFDBD3
Tints of Scandal #AFDBD3
RGB
CMYK
RGB Variations
Color information
#AFDBD3 (or 0xAFDBD3) is known color: Scandal. HEX triplet: AF, DB and D3. RGB value is (175,219,211). Sum of RGB (Red+Green+Blue) = 175+219+211=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBD3 is #50242C. Grayscale: #CCCCCC. Windows color (decimal): -5252141 or 13884335. OLE color: 13884335.
HSL color Cylindrical-coordinate representation of color #AFDBD3: hue angle of 169.09º degrees, saturation: 0.38, 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 #AFDBD3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 211 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.14 |
| HSL | 169.09º | 0.38% | 0.77% | - |
| HSV(B) | 169.09º | 0.2% | 0.86% | - |
| XYZ | 54.77 | 64.48 | 71.19 | - |
| YUV | 204.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 211 | 0.20 | 0 | 0.04 | 0.14 | 169.09 | 0.38 | 0.77 |
| Hex | AF | DB | D3 | 14 | 0 | 4 | E | A9 | 26 | 4D |
| Octal | 257 | 333 | 323 | 24 | 0 | 4 | 16 | 251 | 46 | 115 |
| Binary | 10101111 | 11011011 | 11010011 | 10100 | 0 | 100 | 1110 | 10101001 | 100110 | 1001101 |
Color Harmonies of #AFDBD3
Complementary color
Monochromatic Colors of #AFDBD3
Black with #AFDBD3
Text Example
Text Example
White with #AFDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBD3; }
p { color: rgb(175,219,211); }
H1.HeaderClassName
{
color: #AFDBD3;
}
.AnyTagClassName
{
color: #AFDBD3;
}
</style>
background-color css
<style>
a { background-color: #AFDBD3; }
a { background-color: rgb(175,219,211); }
div.DivClassName
{
background-color: #AFDBD3;
}
.BgClassName
{
background-color: #AFDBD3;
}
</style>
border-color css
<style>
span { border-color: #AFDBD3; }
span { border-color: rgb(175,219,211); }
td.TdClassName
{
border-color: #AFDBD3;
}
.TagClassName
{
border-color: #AFDBD3;
}
</style>