Shades of Scandal #ADDACF
Tints of Scandal #ADDACF
RGB
CMYK
RGB Variations
Color information
#ADDACF (or 0xADDACF) is known color: Scandal. HEX triplet: AD, DA and CF. RGB value is (173,218,207). Sum of RGB (Red+Green+Blue) = 173+218+207=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDACF is #522530. Grayscale: #CBCBCB. Windows color (decimal): -5383473 or 13621933. OLE color: 13621933.
HSL color Cylindrical-coordinate representation of color #ADDACF: hue angle of 165.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDACF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 207 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.15 |
| HSL | 165.33º | 0.38% | 0.77% | - |
| HSV(B) | 165.33º | 0.21% | 0.85% | - |
| XYZ | 53.57 | 63.53 | 68.47 | - |
| YUV | 203.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 207 | 0.21 | 0 | 0.05 | 0.15 | 165.33 | 0.38 | 0.77 |
| Hex | AD | DA | CF | 15 | 0 | 5 | F | A5 | 26 | 4D |
| Octal | 255 | 332 | 317 | 25 | 0 | 5 | 17 | 245 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11001111 | 10101 | 0 | 101 | 1111 | 10100101 | 100110 | 1001101 |
Color Harmonies of #ADDACF
Complementary color
Monochromatic Colors of #ADDACF
Black with #ADDACF
Text Example
Text Example
White with #ADDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDACF; }
p { color: rgb(173,218,207); }
H1.HeaderClassName
{
color: #ADDACF;
}
.AnyTagClassName
{
color: #ADDACF;
}
</style>
background-color css
<style>
a { background-color: #ADDACF; }
a { background-color: rgb(173,218,207); }
div.DivClassName
{
background-color: #ADDACF;
}
.BgClassName
{
background-color: #ADDACF;
}
</style>
border-color css
<style>
span { border-color: #ADDACF; }
span { border-color: rgb(173,218,207); }
td.TdClassName
{
border-color: #ADDACF;
}
.TagClassName
{
border-color: #ADDACF;
}
</style>