Shades of Scandal #A8DACE
Tints of Scandal #A8DACE
RGB
CMYK
RGB Variations
Color information
#A8DACE (or 0xA8DACE) is known color: Scandal. HEX triplet: A8, DA and CE. RGB value is (168,218,206). Sum of RGB (Red+Green+Blue) = 168+218+206=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DACE is #572531. Grayscale: #C9C9C9. Windows color (decimal): -5711154 or 13556392. OLE color: 13556392.
HSL color Cylindrical-coordinate representation of color #A8DACE: hue angle of 165.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DACE is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 218 | 206 | - |
CMYK | 0.23 | 0 | 0.06 | 0.15 |
HSL | 165.6º | 0.4% | 0.76% | - |
HSV(B) | 165.6º | 0.23% | 0.85% | - |
XYZ | 52.36 | 62.92 | 67.78 | - |
YUV | 201.68 | 130.44 | 103.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 218 | 206 | 0.23 | 0 | 0.06 | 0.15 | 165.6 | 0.4 | 0.76 |
Hex | A8 | DA | CE | 17 | 0 | 6 | F | A6 | 28 | 4C |
Octal | 250 | 332 | 316 | 27 | 0 | 6 | 17 | 246 | 50 | 114 |
Binary | 10101000 | 11011010 | 11001110 | 10111 | 0 | 110 | 1111 | 10100110 | 101000 | 1001100 |
Color Harmonies of #A8DACE
Complementary color
Monochromatic Colors of #A8DACE
Black with #A8DACE
Text Example
Text Example
White with #A8DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DACE; }
p { color: rgb(168,218,206); }
H1.HeaderClassName
{
color: #A8DACE;
}
.AnyTagClassName
{
color: #A8DACE;
}
</style>
background-color css
<style>
a { background-color: #A8DACE; }
a { background-color: rgb(168,218,206); }
div.DivClassName
{
background-color: #A8DACE;
}
.BgClassName
{
background-color: #A8DACE;
}
</style>
border-color css
<style>
span { border-color: #A8DACE; }
span { border-color: rgb(168,218,206); }
td.TdClassName
{
border-color: #A8DACE;
}
.TagClassName
{
border-color: #A8DACE;
}
</style>