Shades of Scandal #9EDCC8
Tints of Scandal #9EDCC8
RGB
CMYK
RGB Variations
Color information
#9EDCC8 (or 0x9EDCC8) is known color: Scandal. HEX triplet: 9E, DC and C8. RGB value is (158,220,200). Sum of RGB (Red+Green+Blue) = 158+220+200=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCC8 is #612337. Grayscale: #C7C7C7. Windows color (decimal): -6366008 or 13163678. OLE color: 13163678.
HSL color Cylindrical-coordinate representation of color #9EDCC8: hue angle of 160.65º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDCC8 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 200 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.14 |
| HSL | 160.65º | 0.47% | 0.74% | - |
| HSV(B) | 160.65º | 0.28% | 0.86% | - |
| XYZ | 50.12 | 62.63 | 64.09 | - |
| YUV | 199.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 200 | 0.28 | 0 | 0.09 | 0.14 | 160.65 | 0.47 | 0.74 |
| Hex | 9E | DC | C8 | 1C | 0 | 9 | E | A1 | 2F | 4A |
| Octal | 236 | 334 | 310 | 34 | 0 | 11 | 16 | 241 | 57 | 112 |
| Binary | 10011110 | 11011100 | 11001000 | 11100 | 0 | 1001 | 1110 | 10100001 | 101111 | 1001010 |
Color Harmonies of #9EDCC8
Complementary color
Monochromatic Colors of #9EDCC8
Black with #9EDCC8
Text Example
Text Example
White with #9EDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDCC8; }
p { color: rgb(158,220,200); }
H1.HeaderClassName
{
color: #9EDCC8;
}
.AnyTagClassName
{
color: #9EDCC8;
}
</style>
background-color css
<style>
a { background-color: #9EDCC8; }
a { background-color: rgb(158,220,200); }
div.DivClassName
{
background-color: #9EDCC8;
}
.BgClassName
{
background-color: #9EDCC8;
}
</style>
border-color css
<style>
span { border-color: #9EDCC8; }
span { border-color: rgb(158,220,200); }
td.TdClassName
{
border-color: #9EDCC8;
}
.TagClassName
{
border-color: #9EDCC8;
}
</style>