Shades of Scandal #A5DECC
Tints of Scandal #A5DECC
RGB
CMYK
RGB Variations
Color information
#A5DECC (or 0xA5DECC) is known color: Scandal. HEX triplet: A5, DE and CC. RGB value is (165,222,204). Sum of RGB (Red+Green+Blue) = 165+222+204=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DECC is #5A2133. Grayscale: #CACACA. Windows color (decimal): -5906740 or 13426341. OLE color: 13426341.
HSL color Cylindrical-coordinate representation of color #A5DECC: hue angle of 161.05º 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 #A5DECC is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 204 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.13 |
| HSL | 161.05º | 0.46% | 0.76% | - |
| HSV(B) | 161.05º | 0.26% | 0.87% | - |
| XYZ | 52.54 | 64.6 | 66.83 | - |
| YUV | 202.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 204 | 0.26 | 0 | 0.08 | 0.13 | 161.05 | 0.46 | 0.76 |
| Hex | A5 | DE | CC | 1A | 0 | 8 | D | A1 | 2E | 4C |
| Octal | 245 | 336 | 314 | 32 | 0 | 10 | 15 | 241 | 56 | 114 |
| Binary | 10100101 | 11011110 | 11001100 | 11010 | 0 | 1000 | 1101 | 10100001 | 101110 | 1001100 |
Color Harmonies of #A5DECC
Complementary color
Monochromatic Colors of #A5DECC
Black with #A5DECC
Text Example
Text Example
White with #A5DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DECC; }
p { color: rgb(165,222,204); }
H1.HeaderClassName
{
color: #A5DECC;
}
.AnyTagClassName
{
color: #A5DECC;
}
</style>
background-color css
<style>
a { background-color: #A5DECC; }
a { background-color: rgb(165,222,204); }
div.DivClassName
{
background-color: #A5DECC;
}
.BgClassName
{
background-color: #A5DECC;
}
</style>
border-color css
<style>
span { border-color: #A5DECC; }
span { border-color: rgb(165,222,204); }
td.TdClassName
{
border-color: #A5DECC;
}
.TagClassName
{
border-color: #A5DECC;
}
</style>