Shades of Scandal #A3DDCE
Tints of Scandal #A3DDCE
RGB
CMYK
RGB Variations
Color information
#A3DDCE (or 0xA3DDCE) is known color: Scandal. HEX triplet: A3, DD and CE. RGB value is (163,221,206). Sum of RGB (Red+Green+Blue) = 163+221+206=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDCE is #5C2231. Grayscale: #C9C9C9. Windows color (decimal): -6038066 or 13557155. OLE color: 13557155.
HSL color Cylindrical-coordinate representation of color #A3DDCE: hue angle of 164.48º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDCE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 206 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.13 |
| HSL | 164.48º | 0.46% | 0.75% | - |
| HSV(B) | 164.48º | 0.26% | 0.87% | - |
| XYZ | 52.1 | 63.96 | 67.99 | - |
| YUV | 201.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 206 | 0.26 | 0 | 0.07 | 0.13 | 164.48 | 0.46 | 0.75 |
| Hex | A3 | DD | CE | 1A | 0 | 7 | D | A4 | 2E | 4B |
| Octal | 243 | 335 | 316 | 32 | 0 | 7 | 15 | 244 | 56 | 113 |
| Binary | 10100011 | 11011101 | 11001110 | 11010 | 0 | 111 | 1101 | 10100100 | 101110 | 1001011 |
Color Harmonies of #A3DDCE
Complementary color
Monochromatic Colors of #A3DDCE
Black with #A3DDCE
Text Example
Text Example
White with #A3DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDCE; }
p { color: rgb(163,221,206); }
H1.HeaderClassName
{
color: #A3DDCE;
}
.AnyTagClassName
{
color: #A3DDCE;
}
</style>
background-color css
<style>
a { background-color: #A3DDCE; }
a { background-color: rgb(163,221,206); }
div.DivClassName
{
background-color: #A3DDCE;
}
.BgClassName
{
background-color: #A3DDCE;
}
</style>
border-color css
<style>
span { border-color: #A3DDCE; }
span { border-color: rgb(163,221,206); }
td.TdClassName
{
border-color: #A3DDCE;
}
.TagClassName
{
border-color: #A3DDCE;
}
</style>