Shades of Ce Soir #997DAC
Tints of Ce Soir #997DAC
RGB
CMYK
RGB Variations
Color information
#997DAC (or 0x997DAC) is known color: Ce Soir. HEX triplet: 99, 7D and AC. RGB value is (153,125,172). Sum of RGB (Red+Green+Blue) = 153+125+172=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #997DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997DAC is #668253. Grayscale: #8A8A8A. Windows color (decimal): -6718036 or 11304345. OLE color: 11304345.
HSL color Cylindrical-coordinate representation of color #997DAC: hue angle of 275.74º degrees, saturation: 0.22, 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 #997DAC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 125 | 172 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.33 |
| HSL | 275.74º | 0.22% | 0.58% | - |
| HSV(B) | 275.74º | 0.27% | 0.67% | - |
| XYZ | 27.92 | 24.42 | 42.27 | - |
| YUV | 138.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 172 | 0.11 | 0.27 | 0 | 0.33 | 275.74 | 0.22 | 0.58 |
| Hex | 99 | 7D | AC | B | 1B | 0 | 21 | 114 | 16 | 3A |
| Octal | 231 | 175 | 254 | 13 | 33 | 0 | 41 | 424 | 26 | 72 |
| Binary | 10011001 | 1111101 | 10101100 | 1011 | 11011 | 0 | 100001 | 100010100 | 10110 | 111010 |
Color Harmonies of #997DAC
Complementary color
Monochromatic Colors of #997DAC
Black with #997DAC
Text Example
Text Example
White with #997DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DAC; }
p { color: rgb(153,125,172); }
H1.HeaderClassName
{
color: #997DAC;
}
.AnyTagClassName
{
color: #997DAC;
}
</style>
background-color css
<style>
a { background-color: #997DAC; }
a { background-color: rgb(153,125,172); }
div.DivClassName
{
background-color: #997DAC;
}
.BgClassName
{
background-color: #997DAC;
}
</style>
border-color css
<style>
span { border-color: #997DAC; }
span { border-color: rgb(153,125,172); }
td.TdClassName
{
border-color: #997DAC;
}
.TagClassName
{
border-color: #997DAC;
}
</style>