Shades of Scandal #A4DBCE
Tints of Scandal #A4DBCE
RGB
CMYK
RGB Variations
Color information
#A4DBCE (or 0xA4DBCE) is known color: Scandal. HEX triplet: A4, DB and CE. RGB value is (164,219,206). Sum of RGB (Red+Green+Blue) = 164+219+206=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBCE is #5B2431. Grayscale: #C9C9C9. Windows color (decimal): -5973042 or 13556644. OLE color: 13556644.
HSL color Cylindrical-coordinate representation of color #A4DBCE: hue angle of 165.82º 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 #A4DBCE is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 206 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.14 |
| HSL | 165.82º | 0.43% | 0.75% | - |
| HSV(B) | 165.82º | 0.25% | 0.86% | - |
| XYZ | 51.78 | 63.01 | 67.83 | - |
| YUV | 201.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 206 | 0.25 | 0 | 0.06 | 0.14 | 165.82 | 0.43 | 0.75 |
| Hex | A4 | DB | CE | 19 | 0 | 6 | E | A6 | 2B | 4B |
| Octal | 244 | 333 | 316 | 31 | 0 | 6 | 16 | 246 | 53 | 113 |
| Binary | 10100100 | 11011011 | 11001110 | 11001 | 0 | 110 | 1110 | 10100110 | 101011 | 1001011 |
Color Harmonies of #A4DBCE
Complementary color
Monochromatic Colors of #A4DBCE
Black with #A4DBCE
Text Example
Text Example
White with #A4DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBCE; }
p { color: rgb(164,219,206); }
H1.HeaderClassName
{
color: #A4DBCE;
}
.AnyTagClassName
{
color: #A4DBCE;
}
</style>
background-color css
<style>
a { background-color: #A4DBCE; }
a { background-color: rgb(164,219,206); }
div.DivClassName
{
background-color: #A4DBCE;
}
.BgClassName
{
background-color: #A4DBCE;
}
</style>
border-color css
<style>
span { border-color: #A4DBCE; }
span { border-color: rgb(164,219,206); }
td.TdClassName
{
border-color: #A4DBCE;
}
.TagClassName
{
border-color: #A4DBCE;
}
</style>