Shades of Scandal #A8D4CB
Tints of Scandal #A8D4CB
RGB
CMYK
RGB Variations
Color information
#A8D4CB (or 0xA8D4CB) is known color: Scandal. HEX triplet: A8, D4 and CB. RGB value is (168,212,203). Sum of RGB (Red+Green+Blue) = 168+212+203=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4CB is #572B34. Grayscale: #C5C5C5. Windows color (decimal): -5712693 or 13358248. OLE color: 13358248.
HSL color Cylindrical-coordinate representation of color #A8D4CB: hue angle of 167.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4CB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 168 | 212 | 203 | - |
CMYK | 0.21 | 0 | 0.04 | 0.17 |
HSL | 167.73º | 0.34% | 0.75% | - |
HSV(B) | 167.73º | 0.21% | 0.83% | - |
XYZ | 50.47 | 59.72 | 65.37 | - |
YUV | 197.82 | 130.92 | 106.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 212 | 203 | 0.21 | 0 | 0.04 | 0.17 | 167.73 | 0.34 | 0.75 |
Hex | A8 | D4 | CB | 15 | 0 | 4 | 11 | A8 | 22 | 4B |
Octal | 250 | 324 | 313 | 25 | 0 | 4 | 21 | 250 | 42 | 113 |
Binary | 10101000 | 11010100 | 11001011 | 10101 | 0 | 100 | 10001 | 10101000 | 100010 | 1001011 |
Color Harmonies of #A8D4CB
Complementary color
Monochromatic Colors of #A8D4CB
Black with #A8D4CB
Text Example
Text Example
White with #A8D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4CB; }
p { color: rgb(168,212,203); }
H1.HeaderClassName
{
color: #A8D4CB;
}
.AnyTagClassName
{
color: #A8D4CB;
}
</style>
background-color css
<style>
a { background-color: #A8D4CB; }
a { background-color: rgb(168,212,203); }
div.DivClassName
{
background-color: #A8D4CB;
}
.BgClassName
{
background-color: #A8D4CB;
}
</style>
border-color css
<style>
span { border-color: #A8D4CB; }
span { border-color: rgb(168,212,203); }
td.TdClassName
{
border-color: #A8D4CB;
}
.TagClassName
{
border-color: #A8D4CB;
}
</style>