Shades of Scandal #A5DED0
Tints of Scandal #A5DED0
RGB
CMYK
RGB Variations
Color information
#A5DED0 (or 0xA5DED0) is known color: Scandal. HEX triplet: A5, DE and D0. RGB value is (165,222,208). Sum of RGB (Red+Green+Blue) = 165+222+208=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DED0 is #5A212F. Grayscale: #CBCBCB. Windows color (decimal): -5906736 or 13688485. OLE color: 13688485.
HSL color Cylindrical-coordinate representation of color #A5DED0: hue angle of 165.26º degrees, saturation: 0.46, 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 #A5DED0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 208 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.13 |
| HSL | 165.26º | 0.46% | 0.76% | - |
| HSV(B) | 165.26º | 0.26% | 0.87% | - |
| XYZ | 53.02 | 64.8 | 69.39 | - |
| YUV | 203.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 208 | 0.26 | 0 | 0.06 | 0.13 | 165.26 | 0.46 | 0.76 |
| Hex | A5 | DE | D0 | 1A | 0 | 6 | D | A5 | 2E | 4C |
| Octal | 245 | 336 | 320 | 32 | 0 | 6 | 15 | 245 | 56 | 114 |
| Binary | 10100101 | 11011110 | 11010000 | 11010 | 0 | 110 | 1101 | 10100101 | 101110 | 1001100 |
Color Harmonies of #A5DED0
Complementary color
Monochromatic Colors of #A5DED0
Black with #A5DED0
Text Example
Text Example
White with #A5DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DED0; }
p { color: rgb(165,222,208); }
H1.HeaderClassName
{
color: #A5DED0;
}
.AnyTagClassName
{
color: #A5DED0;
}
</style>
background-color css
<style>
a { background-color: #A5DED0; }
a { background-color: rgb(165,222,208); }
div.DivClassName
{
background-color: #A5DED0;
}
.BgClassName
{
background-color: #A5DED0;
}
</style>
border-color css
<style>
span { border-color: #A5DED0; }
span { border-color: rgb(165,222,208); }
td.TdClassName
{
border-color: #A5DED0;
}
.TagClassName
{
border-color: #A5DED0;
}
</style>