Shades of Scandal #A5D7CB
Tints of Scandal #A5D7CB
RGB
CMYK
RGB Variations
Color information
#A5D7CB (or 0xA5D7CB) is known color: Scandal. HEX triplet: A5, D7 and CB. RGB value is (165,215,203). Sum of RGB (Red+Green+Blue) = 165+215+203=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7CB is #5A2834. Grayscale: #C6C6C6. Windows color (decimal): -5908533 or 13359013. OLE color: 13359013.
HSL color Cylindrical-coordinate representation of color #A5D7CB: hue angle of 165.6º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D7CB is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 203 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.16 |
| HSL | 165.6º | 0.38% | 0.75% | - |
| HSV(B) | 165.6º | 0.23% | 0.84% | - |
| XYZ | 50.6 | 60.91 | 65.59 | - |
| YUV | 198.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 203 | 0.23 | 0 | 0.06 | 0.16 | 165.6 | 0.38 | 0.75 |
| Hex | A5 | D7 | CB | 17 | 0 | 6 | 10 | A6 | 26 | 4B |
| Octal | 245 | 327 | 313 | 27 | 0 | 6 | 20 | 246 | 46 | 113 |
| Binary | 10100101 | 11010111 | 11001011 | 10111 | 0 | 110 | 10000 | 10100110 | 100110 | 1001011 |
Color Harmonies of #A5D7CB
Complementary color
Monochromatic Colors of #A5D7CB
Black with #A5D7CB
Text Example
Text Example
White with #A5D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D7CB; }
p { color: rgb(165,215,203); }
H1.HeaderClassName
{
color: #A5D7CB;
}
.AnyTagClassName
{
color: #A5D7CB;
}
</style>
background-color css
<style>
a { background-color: #A5D7CB; }
a { background-color: rgb(165,215,203); }
div.DivClassName
{
background-color: #A5D7CB;
}
.BgClassName
{
background-color: #A5D7CB;
}
</style>
border-color css
<style>
span { border-color: #A5D7CB; }
span { border-color: rgb(165,215,203); }
td.TdClassName
{
border-color: #A5D7CB;
}
.TagClassName
{
border-color: #A5D7CB;
}
</style>