Shades of Scandal #9EDFCD
Tints of Scandal #9EDFCD
RGB
CMYK
RGB Variations
Color information
#9EDFCD (or 0x9EDFCD) is known color: Scandal. HEX triplet: 9E, DF and CD. RGB value is (158,223,205). Sum of RGB (Red+Green+Blue) = 158+223+205=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFCD is #612032. Grayscale: #C9C9C9. Windows color (decimal): -6365235 or 13492126. OLE color: 13492126.
HSL color Cylindrical-coordinate representation of color #9EDFCD: hue angle of 163.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFCD is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 205 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.13 |
| HSL | 163.38º | 0.5% | 0.75% | - |
| HSV(B) | 163.38º | 0.29% | 0.87% | - |
| XYZ | 51.51 | 64.45 | 67.48 | - |
| YUV | 201.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 205 | 0.29 | 0 | 0.08 | 0.13 | 163.38 | 0.5 | 0.75 |
| Hex | 9E | DF | CD | 1D | 0 | 8 | D | A3 | 32 | 4B |
| Octal | 236 | 337 | 315 | 35 | 0 | 10 | 15 | 243 | 62 | 113 |
| Binary | 10011110 | 11011111 | 11001101 | 11101 | 0 | 1000 | 1101 | 10100011 | 110010 | 1001011 |
Color Harmonies of #9EDFCD
Complementary color
Monochromatic Colors of #9EDFCD
Black with #9EDFCD
Text Example
Text Example
White with #9EDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFCD; }
p { color: rgb(158,223,205); }
H1.HeaderClassName
{
color: #9EDFCD;
}
.AnyTagClassName
{
color: #9EDFCD;
}
</style>
background-color css
<style>
a { background-color: #9EDFCD; }
a { background-color: rgb(158,223,205); }
div.DivClassName
{
background-color: #9EDFCD;
}
.BgClassName
{
background-color: #9EDFCD;
}
</style>
border-color css
<style>
span { border-color: #9EDFCD; }
span { border-color: rgb(158,223,205); }
td.TdClassName
{
border-color: #9EDFCD;
}
.TagClassName
{
border-color: #9EDFCD;
}
</style>