Shades of Scandal #A8DBCA
Tints of Scandal #A8DBCA
RGB
CMYK
RGB Variations
Color information
#A8DBCA (or 0xA8DBCA) is known color: Scandal. HEX triplet: A8, DB and CA. RGB value is (168,219,202). Sum of RGB (Red+Green+Blue) = 168+219+202=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBCA is #572435. Grayscale: #C9C9C9. Windows color (decimal): -5710902 or 13294504. OLE color: 13294504.
HSL color Cylindrical-coordinate representation of color #A8DBCA: hue angle of 160º 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 #A8DBCA is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 202 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.14 |
| HSL | 160º | 0.41% | 0.76% | - |
| HSV(B) | 160º | 0.23% | 0.86% | - |
| XYZ | 52.14 | 63.25 | 65.34 | - |
| YUV | 201.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 202 | 0.23 | 0 | 0.08 | 0.14 | 160 | 0.41 | 0.76 |
| Hex | A8 | DB | CA | 17 | 0 | 8 | E | A0 | 29 | 4C |
| Octal | 250 | 333 | 312 | 27 | 0 | 10 | 16 | 240 | 51 | 114 |
| Binary | 10101000 | 11011011 | 11001010 | 10111 | 0 | 1000 | 1110 | 10100000 | 101001 | 1001100 |
Color Harmonies of #A8DBCA
Complementary color
Monochromatic Colors of #A8DBCA
Black with #A8DBCA
Text Example
Text Example
White with #A8DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBCA; }
p { color: rgb(168,219,202); }
H1.HeaderClassName
{
color: #A8DBCA;
}
.AnyTagClassName
{
color: #A8DBCA;
}
</style>
background-color css
<style>
a { background-color: #A8DBCA; }
a { background-color: rgb(168,219,202); }
div.DivClassName
{
background-color: #A8DBCA;
}
.BgClassName
{
background-color: #A8DBCA;
}
</style>
border-color css
<style>
span { border-color: #A8DBCA; }
span { border-color: rgb(168,219,202); }
td.TdClassName
{
border-color: #A8DBCA;
}
.TagClassName
{
border-color: #A8DBCA;
}
</style>