Shades of Scandal #A8DBD0
Tints of Scandal #A8DBD0
RGB
CMYK
RGB Variations
Color information
#A8DBD0 (or 0xA8DBD0) is known color: Scandal. HEX triplet: A8, DB and D0. RGB value is (168,219,208). Sum of RGB (Red+Green+Blue) = 168+219+208=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBD0 is #57242F. Grayscale: #CACACA. Windows color (decimal): -5710896 or 13687720. OLE color: 13687720.
HSL color Cylindrical-coordinate representation of color #A8DBD0: hue angle of 167.06º 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 #A8DBD0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 208 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.14 |
| HSL | 167.06º | 0.41% | 0.76% | - |
| HSV(B) | 167.06º | 0.23% | 0.86% | - |
| XYZ | 52.87 | 63.54 | 69.15 | - |
| YUV | 202.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 208 | 0.23 | 0 | 0.05 | 0.14 | 167.06 | 0.41 | 0.76 |
| Hex | A8 | DB | D0 | 17 | 0 | 5 | E | A7 | 29 | 4C |
| Octal | 250 | 333 | 320 | 27 | 0 | 5 | 16 | 247 | 51 | 114 |
| Binary | 10101000 | 11011011 | 11010000 | 10111 | 0 | 101 | 1110 | 10100111 | 101001 | 1001100 |
Color Harmonies of #A8DBD0
Complementary color
Monochromatic Colors of #A8DBD0
Black with #A8DBD0
Text Example
Text Example
White with #A8DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBD0; }
p { color: rgb(168,219,208); }
H1.HeaderClassName
{
color: #A8DBD0;
}
.AnyTagClassName
{
color: #A8DBD0;
}
</style>
background-color css
<style>
a { background-color: #A8DBD0; }
a { background-color: rgb(168,219,208); }
div.DivClassName
{
background-color: #A8DBD0;
}
.BgClassName
{
background-color: #A8DBD0;
}
</style>
border-color css
<style>
span { border-color: #A8DBD0; }
span { border-color: rgb(168,219,208); }
td.TdClassName
{
border-color: #A8DBD0;
}
.TagClassName
{
border-color: #A8DBD0;
}
</style>