Shades of Scandal #A8DBCB
Tints of Scandal #A8DBCB
RGB
CMYK
RGB Variations
Color information
#A8DBCB (or 0xA8DBCB) is known color: Scandal. HEX triplet: A8, DB and CB. RGB value is (168,219,203). Sum of RGB (Red+Green+Blue) = 168+219+203=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBCB is #572434. Grayscale: #C9C9C9. Windows color (decimal): -5710901 or 13360040. OLE color: 13360040.
HSL color Cylindrical-coordinate representation of color #A8DBCB: hue angle of 161.18º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBCB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 203 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.14 |
| HSL | 161.18º | 0.41% | 0.76% | - |
| HSV(B) | 161.18º | 0.23% | 0.86% | - |
| XYZ | 52.26 | 63.3 | 65.96 | - |
| YUV | 201.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 203 | 0.23 | 0 | 0.07 | 0.14 | 161.18 | 0.41 | 0.76 |
| Hex | A8 | DB | CB | 17 | 0 | 7 | E | A1 | 29 | 4C |
| Octal | 250 | 333 | 313 | 27 | 0 | 7 | 16 | 241 | 51 | 114 |
| Binary | 10101000 | 11011011 | 11001011 | 10111 | 0 | 111 | 1110 | 10100001 | 101001 | 1001100 |
Color Harmonies of #A8DBCB
Complementary color
Monochromatic Colors of #A8DBCB
Black with #A8DBCB
Text Example
Text Example
White with #A8DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBCB; }
p { color: rgb(168,219,203); }
H1.HeaderClassName
{
color: #A8DBCB;
}
.AnyTagClassName
{
color: #A8DBCB;
}
</style>
background-color css
<style>
a { background-color: #A8DBCB; }
a { background-color: rgb(168,219,203); }
div.DivClassName
{
background-color: #A8DBCB;
}
.BgClassName
{
background-color: #A8DBCB;
}
</style>
border-color css
<style>
span { border-color: #A8DBCB; }
span { border-color: rgb(168,219,203); }
td.TdClassName
{
border-color: #A8DBCB;
}
.TagClassName
{
border-color: #A8DBCB;
}
</style>