Shades of Scandal #A7DBCD
Tints of Scandal #A7DBCD
RGB
CMYK
RGB Variations
Color information
#A7DBCD (or 0xA7DBCD) is known color: Scandal. HEX triplet: A7, DB and CD. RGB value is (167,219,205). Sum of RGB (Red+Green+Blue) = 167+219+205=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBCD is #582432. Grayscale: #C9C9C9. Windows color (decimal): -5776435 or 13491111. OLE color: 13491111.
HSL color Cylindrical-coordinate representation of color #A7DBCD: hue angle of 163.85º 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 #A7DBCD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 205 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.14 |
| HSL | 163.85º | 0.42% | 0.76% | - |
| HSV(B) | 163.85º | 0.24% | 0.86% | - |
| XYZ | 52.29 | 63.29 | 67.22 | - |
| YUV | 201.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 205 | 0.24 | 0 | 0.06 | 0.14 | 163.85 | 0.42 | 0.76 |
| Hex | A7 | DB | CD | 18 | 0 | 6 | E | A4 | 2A | 4C |
| Octal | 247 | 333 | 315 | 30 | 0 | 6 | 16 | 244 | 52 | 114 |
| Binary | 10100111 | 11011011 | 11001101 | 11000 | 0 | 110 | 1110 | 10100100 | 101010 | 1001100 |
Color Harmonies of #A7DBCD
Complementary color
Monochromatic Colors of #A7DBCD
Black with #A7DBCD
Text Example
Text Example
White with #A7DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBCD; }
p { color: rgb(167,219,205); }
H1.HeaderClassName
{
color: #A7DBCD;
}
.AnyTagClassName
{
color: #A7DBCD;
}
</style>
background-color css
<style>
a { background-color: #A7DBCD; }
a { background-color: rgb(167,219,205); }
div.DivClassName
{
background-color: #A7DBCD;
}
.BgClassName
{
background-color: #A7DBCD;
}
</style>
border-color css
<style>
span { border-color: #A7DBCD; }
span { border-color: rgb(167,219,205); }
td.TdClassName
{
border-color: #A7DBCD;
}
.TagClassName
{
border-color: #A7DBCD;
}
</style>