#9EDECC

Color #9EDECC Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #9EDECC

Tints of Scandal #9EDECC

Color information

#9EDECC (or 0x9EDECC) is unknown color: approx Scandal. HEX triplet: 9E, DE and CC. RGB value is (158,222,204). Sum of RGB (Red+Green+Blue) = 158+222+204=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDECC is #612133. Grayscale: #C8C8C8. Windows color (decimal): -6365492 or 13426334. OLE color: 13426334.

HSL color Cylindrical-coordinate representation of color #9EDECC: hue angle of 163.12º degrees, saturation: 0.49, 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 #9EDECC is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB158222204-
CMYK0.2900.080.13
HSL163.12º49.23%74.51%-
HSV(B)163.12º28.83%87.06%-
XYZ51.1263.8766.76-
YUV200.81129.897.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 27.05%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=27.05%
G=38.01%
B=34.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582222040.2900.080.13163.1249.2374.51
Hex9EDECC1D08Da3314b
Octal236336314350101524361113
Binary10011110110111101100110011101010001101101000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EDECC; }

 p { color: rgb(158,222,204); }

 H1.HeaderClassName
 {
   color: #9EDECC;
 }
 .AnyTagClassName
 {
   color: #9EDECC;
 }
</style>
background-color css

<style>
 a { background-color: #9EDECC; }

 a { background-color: rgb(158,222,204); }

 div.DivClassName
 {
   background-color: #9EDECC;
 }
 .BgClassName
 {
   background-color: #9EDECC;
 }
</style>
border-color css

<style>
 span { border-color: #9EDECC; }

 span { border-color: rgb(158,222,204); }

 td.TdClassName
 {
   border-color: #9EDECC;
 }
 .TagClassName
 {
   border-color: #9EDECC;
 }
</style>