Shades of Scandal #A4DBCD
Tints of Scandal #A4DBCD
RGB
CMYK
RGB Variations
Color information
#A4DBCD (or 0xA4DBCD) is known color: Scandal. HEX triplet: A4, DB and CD. RGB value is (164,219,205). Sum of RGB (Red+Green+Blue) = 164+219+205=588 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.89% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBCD is #5B2432. Grayscale: #C8C8C8. Windows color (decimal): -5973043 or 13491108. OLE color: 13491108.
HSL color Cylindrical-coordinate representation of color #A4DBCD: hue angle of 164.73º 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 #A4DBCD is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 205 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.14 |
| HSL | 164.73º | 0.43% | 0.75% | - |
| HSV(B) | 164.73º | 0.25% | 0.86% | - |
| XYZ | 51.66 | 62.96 | 67.19 | - |
| YUV | 200.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 205 | 0.25 | 0 | 0.06 | 0.14 | 164.73 | 0.43 | 0.75 |
| Hex | A4 | DB | CD | 19 | 0 | 6 | E | A5 | 2B | 4B |
| Octal | 244 | 333 | 315 | 31 | 0 | 6 | 16 | 245 | 53 | 113 |
| Binary | 10100100 | 11011011 | 11001101 | 11001 | 0 | 110 | 1110 | 10100101 | 101011 | 1001011 |
Color Harmonies of #A4DBCD
Complementary color
Monochromatic Colors of #A4DBCD
Black with #A4DBCD
Text Example
Text Example
White with #A4DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBCD; }
p { color: rgb(164,219,205); }
H1.HeaderClassName
{
color: #A4DBCD;
}
.AnyTagClassName
{
color: #A4DBCD;
}
</style>
background-color css
<style>
a { background-color: #A4DBCD; }
a { background-color: rgb(164,219,205); }
div.DivClassName
{
background-color: #A4DBCD;
}
.BgClassName
{
background-color: #A4DBCD;
}
</style>
border-color css
<style>
span { border-color: #A4DBCD; }
span { border-color: rgb(164,219,205); }
td.TdClassName
{
border-color: #A4DBCD;
}
.TagClassName
{
border-color: #A4DBCD;
}
</style>