#9EDDCB

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

Shades of Scandal #9EDDCB

Tints of Scandal #9EDDCB

Color information

#9EDDCB (or 0x9EDDCB) is unknown color: approx Scandal. HEX triplet: 9E, DD and CB. RGB value is (158,221,203). Sum of RGB (Red+Green+Blue) = 158+221+203=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDCB is #612234. Grayscale: #C8C8C8. Windows color (decimal): -6365749 or 13360542. OLE color: 13360542.

HSL color Cylindrical-coordinate representation of color #9EDDCB: hue angle of 162.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDCB is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB158221203-
CMYK0.2900.080.13
HSL162.86º48.09%74.31%-
HSV(B)162.86º28.51%86.67%-
XYZ50.7463.2966.04-
YUV200.11129.6397.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.15%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=27.15%
G=37.97%
B=34.88%

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
Decimal1582212030.2900.080.13162.8648.0974.31
Hex9EDDCB1D08Da3304a
Octal236335313350101524360112
Binary10011110110111011100101111101010001101101000111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,221,203); }

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

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

 a { background-color: rgb(158,221,203); }

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

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

 span { border-color: rgb(158,221,203); }

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