Shades of Lavender Grey #C1BED7
Tints of Lavender Grey #C1BED7
RGB
CMYK
RGB Variations
Color information
#C1BED7 (or 0xC1BED7) is known color: Lavender Grey. HEX triplet: C1, BE and D7. RGB value is (193,190,215). Sum of RGB (Red+Green+Blue) = 193+190+215=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #C1BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BED7 is #3E4128. Grayscale: #C1C1C1. Windows color (decimal): -4079913 or 14139073. OLE color: 14139073.
HSL color Cylindrical-coordinate representation of color #C1BED7: hue angle of 247.2º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1BED7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 190 | 215 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.16 |
| HSL | 247.2º | 0.24% | 0.79% | - |
| HSV(B) | 247.2º | 0.12% | 0.84% | - |
| XYZ | 52.67 | 53.07 | 71.76 | - |
| YUV | 193.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 215 | 0.10 | 0.12 | 0 | 0.16 | 247.2 | 0.24 | 0.79 |
| Hex | C1 | BE | D7 | A | C | 0 | 10 | F7 | 18 | 4F |
| Octal | 301 | 276 | 327 | 12 | 14 | 0 | 20 | 367 | 30 | 117 |
| Binary | 11000001 | 10111110 | 11010111 | 1010 | 1100 | 0 | 10000 | 11110111 | 11000 | 1001111 |
Color Harmonies of #C1BED7
Complementary color
Monochromatic Colors of #C1BED7
Black with #C1BED7
Text Example
Text Example
White with #C1BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BED7; }
p { color: rgb(193,190,215); }
H1.HeaderClassName
{
color: #C1BED7;
}
.AnyTagClassName
{
color: #C1BED7;
}
</style>
background-color css
<style>
a { background-color: #C1BED7; }
a { background-color: rgb(193,190,215); }
div.DivClassName
{
background-color: #C1BED7;
}
.BgClassName
{
background-color: #C1BED7;
}
</style>
border-color css
<style>
span { border-color: #C1BED7; }
span { border-color: rgb(193,190,215); }
td.TdClassName
{
border-color: #C1BED7;
}
.TagClassName
{
border-color: #C1BED7;
}
</style>