Shades of Scandal #A4DBCA
Tints of Scandal #A4DBCA
RGB
CMYK
RGB Variations
Color information
#A4DBCA (or 0xA4DBCA) is known color: Scandal. HEX triplet: A4, DB and CA. RGB value is (164,219,202). Sum of RGB (Red+Green+Blue) = 164+219+202=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBCA is #5B2435. Grayscale: #C8C8C8. Windows color (decimal): -5973046 or 13294500. OLE color: 13294500.
HSL color Cylindrical-coordinate representation of color #A4DBCA: hue angle of 161.45º 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 #A4DBCA is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 202 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.14 |
| HSL | 161.45º | 0.43% | 0.75% | - |
| HSV(B) | 161.45º | 0.25% | 0.86% | - |
| XYZ | 51.3 | 62.82 | 65.3 | - |
| YUV | 200.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 202 | 0.25 | 0 | 0.08 | 0.14 | 161.45 | 0.43 | 0.75 |
| Hex | A4 | DB | CA | 19 | 0 | 8 | E | A1 | 2B | 4B |
| Octal | 244 | 333 | 312 | 31 | 0 | 10 | 16 | 241 | 53 | 113 |
| Binary | 10100100 | 11011011 | 11001010 | 11001 | 0 | 1000 | 1110 | 10100001 | 101011 | 1001011 |
Color Harmonies of #A4DBCA
Complementary color
Monochromatic Colors of #A4DBCA
Black with #A4DBCA
Text Example
Text Example
White with #A4DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBCA; }
p { color: rgb(164,219,202); }
H1.HeaderClassName
{
color: #A4DBCA;
}
.AnyTagClassName
{
color: #A4DBCA;
}
</style>
background-color css
<style>
a { background-color: #A4DBCA; }
a { background-color: rgb(164,219,202); }
div.DivClassName
{
background-color: #A4DBCA;
}
.BgClassName
{
background-color: #A4DBCA;
}
</style>
border-color css
<style>
span { border-color: #A4DBCA; }
span { border-color: rgb(164,219,202); }
td.TdClassName
{
border-color: #A4DBCA;
}
.TagClassName
{
border-color: #A4DBCA;
}
</style>