Shades of Scandal #A1DFD2
Tints of Scandal #A1DFD2
RGB
CMYK
RGB Variations
Color information
#A1DFD2 (or 0xA1DFD2) is known color: Scandal. HEX triplet: A1, DF and D2. RGB value is (161,223,210). Sum of RGB (Red+Green+Blue) = 161+223+210=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFD2 is #5E202D. Grayscale: #CACACA. Windows color (decimal): -6168622 or 13819809. OLE color: 13819809.
HSL color Cylindrical-coordinate representation of color #A1DFD2: hue angle of 167.42º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFD2 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 210 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.13 |
| HSL | 167.42º | 0.49% | 0.75% | - |
| HSV(B) | 167.42º | 0.28% | 0.87% | - |
| XYZ | 52.72 | 65.01 | 70.74 | - |
| YUV | 202.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 210 | 0.28 | 0 | 0.06 | 0.13 | 167.42 | 0.49 | 0.75 |
| Hex | A1 | DF | D2 | 1C | 0 | 6 | D | A7 | 31 | 4B |
| Octal | 241 | 337 | 322 | 34 | 0 | 6 | 15 | 247 | 61 | 113 |
| Binary | 10100001 | 11011111 | 11010010 | 11100 | 0 | 110 | 1101 | 10100111 | 110001 | 1001011 |
Color Harmonies of #A1DFD2
Complementary color
Monochromatic Colors of #A1DFD2
Black with #A1DFD2
Text Example
Text Example
White with #A1DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFD2; }
p { color: rgb(161,223,210); }
H1.HeaderClassName
{
color: #A1DFD2;
}
.AnyTagClassName
{
color: #A1DFD2;
}
</style>
background-color css
<style>
a { background-color: #A1DFD2; }
a { background-color: rgb(161,223,210); }
div.DivClassName
{
background-color: #A1DFD2;
}
.BgClassName
{
background-color: #A1DFD2;
}
</style>
border-color css
<style>
span { border-color: #A1DFD2; }
span { border-color: rgb(161,223,210); }
td.TdClassName
{
border-color: #A1DFD2;
}
.TagClassName
{
border-color: #A1DFD2;
}
</style>