Shades of Scandal #A7DBCB
Tints of Scandal #A7DBCB
RGB
CMYK
RGB Variations
Color information
#A7DBCB (or 0xA7DBCB) is known color: Scandal. HEX triplet: A7, DB and CB. RGB value is (167,219,203). Sum of RGB (Red+Green+Blue) = 167+219+203=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBCB is #582434. Grayscale: #C9C9C9. Windows color (decimal): -5776437 or 13360039. OLE color: 13360039.
HSL color Cylindrical-coordinate representation of color #A7DBCB: hue angle of 161.54º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DBCB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 203 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.14 |
| HSL | 161.54º | 0.42% | 0.76% | - |
| HSV(B) | 161.54º | 0.24% | 0.86% | - |
| XYZ | 52.05 | 63.19 | 65.95 | - |
| YUV | 201.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 203 | 0.24 | 0 | 0.07 | 0.14 | 161.54 | 0.42 | 0.76 |
| Hex | A7 | DB | CB | 18 | 0 | 7 | E | A2 | 2A | 4C |
| Octal | 247 | 333 | 313 | 30 | 0 | 7 | 16 | 242 | 52 | 114 |
| Binary | 10100111 | 11011011 | 11001011 | 11000 | 0 | 111 | 1110 | 10100010 | 101010 | 1001100 |
Color Harmonies of #A7DBCB
Complementary color
Monochromatic Colors of #A7DBCB
Black with #A7DBCB
Text Example
Text Example
White with #A7DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBCB; }
p { color: rgb(167,219,203); }
H1.HeaderClassName
{
color: #A7DBCB;
}
.AnyTagClassName
{
color: #A7DBCB;
}
</style>
background-color css
<style>
a { background-color: #A7DBCB; }
a { background-color: rgb(167,219,203); }
div.DivClassName
{
background-color: #A7DBCB;
}
.BgClassName
{
background-color: #A7DBCB;
}
</style>
border-color css
<style>
span { border-color: #A7DBCB; }
span { border-color: rgb(167,219,203); }
td.TdClassName
{
border-color: #A7DBCB;
}
.TagClassName
{
border-color: #A7DBCB;
}
</style>