Shades of Scandal #A5DACD
Tints of Scandal #A5DACD
RGB
CMYK
RGB Variations
Color information
#A5DACD (or 0xA5DACD) is known color: Scandal. HEX triplet: A5, DA and CD. RGB value is (165,218,205). Sum of RGB (Red+Green+Blue) = 165+218+205=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DACD is #5A2532. Grayscale: #C8C8C8. Windows color (decimal): -5907763 or 13490853. OLE color: 13490853.
HSL color Cylindrical-coordinate representation of color #A5DACD: hue angle of 165.28º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DACD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 205 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.15 |
| HSL | 165.28º | 0.42% | 0.75% | - |
| HSV(B) | 165.28º | 0.24% | 0.85% | - |
| XYZ | 51.61 | 62.55 | 67.11 | - |
| YUV | 200.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 205 | 0.24 | 0 | 0.06 | 0.15 | 165.28 | 0.42 | 0.75 |
| Hex | A5 | DA | CD | 18 | 0 | 6 | F | A5 | 2A | 4B |
| Octal | 245 | 332 | 315 | 30 | 0 | 6 | 17 | 245 | 52 | 113 |
| Binary | 10100101 | 11011010 | 11001101 | 11000 | 0 | 110 | 1111 | 10100101 | 101010 | 1001011 |
Color Harmonies of #A5DACD
Complementary color
Monochromatic Colors of #A5DACD
Black with #A5DACD
Text Example
Text Example
White with #A5DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DACD; }
p { color: rgb(165,218,205); }
H1.HeaderClassName
{
color: #A5DACD;
}
.AnyTagClassName
{
color: #A5DACD;
}
</style>
background-color css
<style>
a { background-color: #A5DACD; }
a { background-color: rgb(165,218,205); }
div.DivClassName
{
background-color: #A5DACD;
}
.BgClassName
{
background-color: #A5DACD;
}
</style>
border-color css
<style>
span { border-color: #A5DACD; }
span { border-color: rgb(165,218,205); }
td.TdClassName
{
border-color: #A5DACD;
}
.TagClassName
{
border-color: #A5DACD;
}
</style>