Shades of Scandal #A7DBCA
Tints of Scandal #A7DBCA
RGB
CMYK
RGB Variations
Color information
#A7DBCA (or 0xA7DBCA) is known color: Scandal. HEX triplet: A7, DB and CA. RGB value is (167,219,202). Sum of RGB (Red+Green+Blue) = 167+219+202=588 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.40% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBCA is #582435. Grayscale: #C9C9C9. Windows color (decimal): -5776438 or 13294503. OLE color: 13294503.
HSL color Cylindrical-coordinate representation of color #A7DBCA: hue angle of 160.38º 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 #A7DBCA is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 202 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.14 |
| HSL | 160.38º | 0.42% | 0.76% | - |
| HSV(B) | 160.38º | 0.24% | 0.86% | - |
| XYZ | 51.93 | 63.14 | 65.33 | - |
| YUV | 201.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 202 | 0.24 | 0 | 0.08 | 0.14 | 160.38 | 0.42 | 0.76 |
| Hex | A7 | DB | CA | 18 | 0 | 8 | E | A0 | 2A | 4C |
| Octal | 247 | 333 | 312 | 30 | 0 | 10 | 16 | 240 | 52 | 114 |
| Binary | 10100111 | 11011011 | 11001010 | 11000 | 0 | 1000 | 1110 | 10100000 | 101010 | 1001100 |
Color Harmonies of #A7DBCA
Complementary color
Monochromatic Colors of #A7DBCA
Black with #A7DBCA
Text Example
Text Example
White with #A7DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBCA; }
p { color: rgb(167,219,202); }
H1.HeaderClassName
{
color: #A7DBCA;
}
.AnyTagClassName
{
color: #A7DBCA;
}
</style>
background-color css
<style>
a { background-color: #A7DBCA; }
a { background-color: rgb(167,219,202); }
div.DivClassName
{
background-color: #A7DBCA;
}
.BgClassName
{
background-color: #A7DBCA;
}
</style>
border-color css
<style>
span { border-color: #A7DBCA; }
span { border-color: rgb(167,219,202); }
td.TdClassName
{
border-color: #A7DBCA;
}
.TagClassName
{
border-color: #A7DBCA;
}
</style>