Shades of Scandal #A5DFD1
Tints of Scandal #A5DFD1
RGB
CMYK
RGB Variations
Color information
#A5DFD1 (or 0xA5DFD1) is known color: Scandal. HEX triplet: A5, DF and D1. RGB value is (165,223,209). Sum of RGB (Red+Green+Blue) = 165+223+209=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFD1 is #5A202E. Grayscale: #CCCCCC. Windows color (decimal): -5906479 or 13754277. OLE color: 13754277.
HSL color Cylindrical-coordinate representation of color #A5DFD1: hue angle of 165.52º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFD1 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 209 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.13 |
| HSL | 165.52º | 0.48% | 0.76% | - |
| HSV(B) | 165.52º | 0.26% | 0.87% | - |
| XYZ | 53.41 | 65.38 | 70.13 | - |
| YUV | 204.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 209 | 0.26 | 0 | 0.06 | 0.13 | 165.52 | 0.48 | 0.76 |
| Hex | A5 | DF | D1 | 1A | 0 | 6 | D | A6 | 30 | 4C |
| Octal | 245 | 337 | 321 | 32 | 0 | 6 | 15 | 246 | 60 | 114 |
| Binary | 10100101 | 11011111 | 11010001 | 11010 | 0 | 110 | 1101 | 10100110 | 110000 | 1001100 |
Color Harmonies of #A5DFD1
Complementary color
Monochromatic Colors of #A5DFD1
Black with #A5DFD1
Text Example
Text Example
White with #A5DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFD1; }
p { color: rgb(165,223,209); }
H1.HeaderClassName
{
color: #A5DFD1;
}
.AnyTagClassName
{
color: #A5DFD1;
}
</style>
background-color css
<style>
a { background-color: #A5DFD1; }
a { background-color: rgb(165,223,209); }
div.DivClassName
{
background-color: #A5DFD1;
}
.BgClassName
{
background-color: #A5DFD1;
}
</style>
border-color css
<style>
span { border-color: #A5DFD1; }
span { border-color: rgb(165,223,209); }
td.TdClassName
{
border-color: #A5DFD1;
}
.TagClassName
{
border-color: #A5DFD1;
}
</style>