Shades of Scandal #A5DFD5
Tints of Scandal #A5DFD5
RGB
CMYK
RGB Variations
Color information
#A5DFD5 (or 0xA5DFD5) is known color: Scandal. HEX triplet: A5, DF and D5. RGB value is (165,223,213). Sum of RGB (Red+Green+Blue) = 165+223+213=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFD5 is #5A202A. Grayscale: #CCCCCC. Windows color (decimal): -5906475 or 14016421. OLE color: 14016421.
HSL color Cylindrical-coordinate representation of color #A5DFD5: hue angle of 169.66º 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 #A5DFD5 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 213 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.13 |
| HSL | 169.66º | 0.48% | 0.76% | - |
| HSV(B) | 169.66º | 0.26% | 0.87% | - |
| XYZ | 53.91 | 65.58 | 72.77 | - |
| YUV | 204.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 213 | 0.26 | 0 | 0.04 | 0.13 | 169.66 | 0.48 | 0.76 |
| Hex | A5 | DF | D5 | 1A | 0 | 4 | D | AA | 30 | 4C |
| Octal | 245 | 337 | 325 | 32 | 0 | 4 | 15 | 252 | 60 | 114 |
| Binary | 10100101 | 11011111 | 11010101 | 11010 | 0 | 100 | 1101 | 10101010 | 110000 | 1001100 |
Color Harmonies of #A5DFD5
Complementary color
Monochromatic Colors of #A5DFD5
Black with #A5DFD5
Text Example
Text Example
White with #A5DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFD5; }
p { color: rgb(165,223,213); }
H1.HeaderClassName
{
color: #A5DFD5;
}
.AnyTagClassName
{
color: #A5DFD5;
}
</style>
background-color css
<style>
a { background-color: #A5DFD5; }
a { background-color: rgb(165,223,213); }
div.DivClassName
{
background-color: #A5DFD5;
}
.BgClassName
{
background-color: #A5DFD5;
}
</style>
border-color css
<style>
span { border-color: #A5DFD5; }
span { border-color: rgb(165,223,213); }
td.TdClassName
{
border-color: #A5DFD5;
}
.TagClassName
{
border-color: #A5DFD5;
}
</style>