Shades of Scandal #A5DBCA
Tints of Scandal #A5DBCA
RGB
CMYK
RGB Variations
Color information
#A5DBCA (or 0xA5DBCA) is known color: Scandal. HEX triplet: A5, DB and CA. RGB value is (165,219,202). Sum of RGB (Red+Green+Blue) = 165+219+202=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBCA is #5A2435. Grayscale: #C8C8C8. Windows color (decimal): -5907510 or 13294501. OLE color: 13294501.
HSL color Cylindrical-coordinate representation of color #A5DBCA: hue angle of 161.11º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DBCA is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 202 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.14 |
| HSL | 161.11º | 0.43% | 0.75% | - |
| HSV(B) | 161.11º | 0.25% | 0.86% | - |
| XYZ | 51.51 | 62.93 | 65.31 | - |
| YUV | 200.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 202 | 0.25 | 0 | 0.08 | 0.14 | 161.11 | 0.43 | 0.75 |
| Hex | A5 | DB | CA | 19 | 0 | 8 | E | A1 | 2B | 4B |
| Octal | 245 | 333 | 312 | 31 | 0 | 10 | 16 | 241 | 53 | 113 |
| Binary | 10100101 | 11011011 | 11001010 | 11001 | 0 | 1000 | 1110 | 10100001 | 101011 | 1001011 |
Color Harmonies of #A5DBCA
Complementary color
Monochromatic Colors of #A5DBCA
Black with #A5DBCA
Text Example
Text Example
White with #A5DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBCA; }
p { color: rgb(165,219,202); }
H1.HeaderClassName
{
color: #A5DBCA;
}
.AnyTagClassName
{
color: #A5DBCA;
}
</style>
background-color css
<style>
a { background-color: #A5DBCA; }
a { background-color: rgb(165,219,202); }
div.DivClassName
{
background-color: #A5DBCA;
}
.BgClassName
{
background-color: #A5DBCA;
}
</style>
border-color css
<style>
span { border-color: #A5DBCA; }
span { border-color: rgb(165,219,202); }
td.TdClassName
{
border-color: #A5DBCA;
}
.TagClassName
{
border-color: #A5DBCA;
}
</style>