Shades of Scandal #9EDFCE
Tints of Scandal #9EDFCE
RGB
CMYK
RGB Variations
Color information
#9EDFCE (or 0x9EDFCE) is known color: Scandal. HEX triplet: 9E, DF and CE. RGB value is (158,223,206). Sum of RGB (Red+Green+Blue) = 158+223+206=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFCE is #612031. Grayscale: #C9C9C9. Windows color (decimal): -6365234 or 13557662. OLE color: 13557662.
HSL color Cylindrical-coordinate representation of color #9EDFCE: hue angle of 164.31º 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 #9EDFCE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 206 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.13 |
| HSL | 164.31º | 0.5% | 0.75% | - |
| HSV(B) | 164.31º | 0.29% | 0.87% | - |
| XYZ | 51.63 | 64.5 | 68.12 | - |
| YUV | 201.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 206 | 0.29 | 0 | 0.08 | 0.13 | 164.31 | 0.5 | 0.75 |
| Hex | 9E | DF | CE | 1D | 0 | 8 | D | A4 | 32 | 4B |
| Octal | 236 | 337 | 316 | 35 | 0 | 10 | 15 | 244 | 62 | 113 |
| Binary | 10011110 | 11011111 | 11001110 | 11101 | 0 | 1000 | 1101 | 10100100 | 110010 | 1001011 |
Color Harmonies of #9EDFCE
Complementary color
Monochromatic Colors of #9EDFCE
Black with #9EDFCE
Text Example
Text Example
White with #9EDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFCE; }
p { color: rgb(158,223,206); }
H1.HeaderClassName
{
color: #9EDFCE;
}
.AnyTagClassName
{
color: #9EDFCE;
}
</style>
background-color css
<style>
a { background-color: #9EDFCE; }
a { background-color: rgb(158,223,206); }
div.DivClassName
{
background-color: #9EDFCE;
}
.BgClassName
{
background-color: #9EDFCE;
}
</style>
border-color css
<style>
span { border-color: #9EDFCE; }
span { border-color: rgb(158,223,206); }
td.TdClassName
{
border-color: #9EDFCE;
}
.TagClassName
{
border-color: #9EDFCE;
}
</style>