#9EDDC8

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

Shades of Scandal #9EDDC8

Tints of Scandal #9EDDC8

Color information

#9EDDC8 (or 0x9EDDC8) is unknown color: approx Scandal. HEX triplet: 9E, DD and C8. RGB value is (158,221,200). Sum of RGB (Red+Green+Blue) = 158+221+200=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDC8 is #612237. Grayscale: #C7C7C7. Windows color (decimal): -6365752 or 13163934. OLE color: 13163934.

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

Color convert

RGB158221200-
CMYK0.2900.100.13
HSL160º48.09%74.31%-
HSV(B)160º28.51%86.67%-
XYZ50.3863.1564.18-
YUV199.77128.1398.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.29%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=27.29%
G=38.17%
B=34.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582212000.2900.100.1316048.0974.31
Hex9EDDC81D0ADa0304a
Octal236335310350121524060112
Binary10011110110111011100100011101010101101101000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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