Shades of Scandal #ADDED3
Tints of Scandal #ADDED3
RGB
CMYK
RGB Variations
Color information
#ADDED3 (or 0xADDED3) is known color: Scandal. HEX triplet: AD, DE and D3. RGB value is (173,222,211). Sum of RGB (Red+Green+Blue) = 173+222+211=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED3 is #52212C. Grayscale: #CECECE. Windows color (decimal): -5382445 or 13885101. OLE color: 13885101.
HSL color Cylindrical-coordinate representation of color #ADDED3: hue angle of 166.53º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDED3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 211 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.13 |
| HSL | 166.53º | 0.43% | 0.77% | - |
| HSV(B) | 166.53º | 0.22% | 0.87% | - |
| XYZ | 55.11 | 65.83 | 71.43 | - |
| YUV | 206.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 211 | 0.22 | 0 | 0.05 | 0.13 | 166.53 | 0.43 | 0.77 |
| Hex | AD | DE | D3 | 16 | 0 | 5 | D | A7 | 2B | 4D |
| Octal | 255 | 336 | 323 | 26 | 0 | 5 | 15 | 247 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11010011 | 10110 | 0 | 101 | 1101 | 10100111 | 101011 | 1001101 |
Color Harmonies of #ADDED3
Complementary color
Monochromatic Colors of #ADDED3
Black with #ADDED3
Text Example
Text Example
White with #ADDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDED3; }
p { color: rgb(173,222,211); }
H1.HeaderClassName
{
color: #ADDED3;
}
.AnyTagClassName
{
color: #ADDED3;
}
</style>
background-color css
<style>
a { background-color: #ADDED3; }
a { background-color: rgb(173,222,211); }
div.DivClassName
{
background-color: #ADDED3;
}
.BgClassName
{
background-color: #ADDED3;
}
</style>
border-color css
<style>
span { border-color: #ADDED3; }
span { border-color: rgb(173,222,211); }
td.TdClassName
{
border-color: #ADDED3;
}
.TagClassName
{
border-color: #ADDED3;
}
</style>