#997DAB

Color #997DAB Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #997DAB

Tints of Ce Soir #997DAB

Color information

#997DAB (or 0x997DAB) is unknown color: approx Ce Soir. HEX triplet: 99, 7D and AB. RGB value is (153,125,171). Sum of RGB (Red+Green+Blue) = 153+125+171=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #997DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997DAB is #668254. Grayscale: #8A8A8A. Windows color (decimal): -6718037 or 11238809. OLE color: 11238809.

HSL color Cylindrical-coordinate representation of color #997DAB: hue angle of 276.52º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #997DAB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153125171-
CMYK0.110.2700.33
HSL276.52º21.5%58.04%-
HSV(B)276.52º26.9%67.06%-
XYZ27.8224.3841.77-
YUV138.62146.28138.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=34.08%
G=27.84%
B=38.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531251710.110.2700.33276.5221.558.04
Hex997DABB1B021115153a
Octal23117525313330414252572
Binary10011001111110110101011101111011010000110001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997DAB; }

 p { color: rgb(153,125,171); }

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

<style>
 a { background-color: #997DAB; }

 a { background-color: rgb(153,125,171); }

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

<style>
 span { border-color: #997DAB; }

 span { border-color: rgb(153,125,171); }

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