#9FDDCB

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

Shades of Scandal #9FDDCB

Tints of Scandal #9FDDCB

Color information

#9FDDCB (or 0x9FDDCB) is unknown color: approx Scandal. HEX triplet: 9F, DD and CB. RGB value is (159,221,203). Sum of RGB (Red+Green+Blue) = 159+221+203=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDCB is #602234. Grayscale: #C8C8C8. Windows color (decimal): -6300213 or 13360543. OLE color: 13360543.

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

Color convert

RGB159221203-
CMYK0.2800.080.13
HSL162.58º47.69%74.51%-
HSV(B)162.58º28.05%86.67%-
XYZ50.9363.466.05-
YUV200.41129.4698.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=27.27%
G=37.91%
B=34.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592212030.2800.080.13162.5847.6974.51
Hex9FDDCB1C08Da3304b
Octal237335313340101524360113
Binary10011111110111011100101111100010001101101000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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