Shades of Scandal #A4DACF
Tints of Scandal #A4DACF
RGB
CMYK
RGB Variations
Color information
#A4DACF (or 0xA4DACF) is known color: Scandal. HEX triplet: A4, DA and CF. RGB value is (164,218,207). Sum of RGB (Red+Green+Blue) = 164+218+207=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DACF is #5B2530. Grayscale: #C8C8C8. Windows color (decimal): -5973297 or 13621924. OLE color: 13621924.
HSL color Cylindrical-coordinate representation of color #A4DACF: hue angle of 167.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DACF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 207 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.15 |
| HSL | 167.78º | 0.42% | 0.75% | - |
| HSV(B) | 167.78º | 0.25% | 0.85% | - |
| XYZ | 51.64 | 62.54 | 68.38 | - |
| YUV | 200.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 207 | 0.25 | 0 | 0.05 | 0.15 | 167.78 | 0.42 | 0.75 |
| Hex | A4 | DA | CF | 19 | 0 | 5 | F | A8 | 2A | 4B |
| Octal | 244 | 332 | 317 | 31 | 0 | 5 | 17 | 250 | 52 | 113 |
| Binary | 10100100 | 11011010 | 11001111 | 11001 | 0 | 101 | 1111 | 10101000 | 101010 | 1001011 |
Color Harmonies of #A4DACF
Complementary color
Monochromatic Colors of #A4DACF
Black with #A4DACF
Text Example
Text Example
White with #A4DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DACF; }
p { color: rgb(164,218,207); }
H1.HeaderClassName
{
color: #A4DACF;
}
.AnyTagClassName
{
color: #A4DACF;
}
</style>
background-color css
<style>
a { background-color: #A4DACF; }
a { background-color: rgb(164,218,207); }
div.DivClassName
{
background-color: #A4DACF;
}
.BgClassName
{
background-color: #A4DACF;
}
</style>
border-color css
<style>
span { border-color: #A4DACF; }
span { border-color: rgb(164,218,207); }
td.TdClassName
{
border-color: #A4DACF;
}
.TagClassName
{
border-color: #A4DACF;
}
</style>