Shades of Scandal #A4DED2
Tints of Scandal #A4DED2
RGB
CMYK
RGB Variations
Color information
#A4DED2 (or 0xA4DED2) is known color: Scandal. HEX triplet: A4, DE and D2. RGB value is (164,222,210). Sum of RGB (Red+Green+Blue) = 164+222+210=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DED2 is #5B212D. Grayscale: #CBCBCB. Windows color (decimal): -5972270 or 13819556. OLE color: 13819556.
HSL color Cylindrical-coordinate representation of color #A4DED2: hue angle of 167.59º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DED2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 222 | 210 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.13 |
| HSL | 167.59º | 0.47% | 0.76% | - |
| HSV(B) | 167.59º | 0.26% | 0.87% | - |
| XYZ | 53.06 | 64.79 | 70.68 | - |
| YUV | 203.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 222 | 210 | 0.26 | 0 | 0.05 | 0.13 | 167.59 | 0.47 | 0.76 |
| Hex | A4 | DE | D2 | 1A | 0 | 5 | D | A8 | 2F | 4C |
| Octal | 244 | 336 | 322 | 32 | 0 | 5 | 15 | 250 | 57 | 114 |
| Binary | 10100100 | 11011110 | 11010010 | 11010 | 0 | 101 | 1101 | 10101000 | 101111 | 1001100 |
Color Harmonies of #A4DED2
Complementary color
Monochromatic Colors of #A4DED2
Black with #A4DED2
Text Example
Text Example
White with #A4DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DED2; }
p { color: rgb(164,222,210); }
H1.HeaderClassName
{
color: #A4DED2;
}
.AnyTagClassName
{
color: #A4DED2;
}
</style>
background-color css
<style>
a { background-color: #A4DED2; }
a { background-color: rgb(164,222,210); }
div.DivClassName
{
background-color: #A4DED2;
}
.BgClassName
{
background-color: #A4DED2;
}
</style>
border-color css
<style>
span { border-color: #A4DED2; }
span { border-color: rgb(164,222,210); }
td.TdClassName
{
border-color: #A4DED2;
}
.TagClassName
{
border-color: #A4DED2;
}
</style>