Shades of Lavender Grey #C1BEDD
Tints of Lavender Grey #C1BEDD
RGB
CMYK
RGB Variations
Color information
#C1BEDD (or 0xC1BEDD) is known color: Lavender Grey. HEX triplet: C1, BE and DD. RGB value is (193,190,221). Sum of RGB (Red+Green+Blue) = 193+190+221=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEDD is #3E4122. Grayscale: #C2C2C2. Windows color (decimal): -4079907 or 14532289. OLE color: 14532289.
HSL color Cylindrical-coordinate representation of color #C1BEDD: hue angle of 245.81º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1BEDD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 190 | 221 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.13 |
| HSL | 245.81º | 0.31% | 0.81% | - |
| HSV(B) | 245.81º | 0.14% | 0.87% | - |
| XYZ | 53.46 | 53.38 | 75.89 | - |
| YUV | 194.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 221 | 0.13 | 0.14 | 0 | 0.13 | 245.81 | 0.31 | 0.81 |
| Hex | C1 | BE | DD | D | E | 0 | D | F6 | 1F | 51 |
| Octal | 301 | 276 | 335 | 15 | 16 | 0 | 15 | 366 | 37 | 121 |
| Binary | 11000001 | 10111110 | 11011101 | 1101 | 1110 | 0 | 1101 | 11110110 | 11111 | 1010001 |
Color Harmonies of #C1BEDD
Complementary color
Monochromatic Colors of #C1BEDD
Black with #C1BEDD
Text Example
Text Example
White with #C1BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEDD; }
p { color: rgb(193,190,221); }
H1.HeaderClassName
{
color: #C1BEDD;
}
.AnyTagClassName
{
color: #C1BEDD;
}
</style>
background-color css
<style>
a { background-color: #C1BEDD; }
a { background-color: rgb(193,190,221); }
div.DivClassName
{
background-color: #C1BEDD;
}
.BgClassName
{
background-color: #C1BEDD;
}
</style>
border-color css
<style>
span { border-color: #C1BEDD; }
span { border-color: rgb(193,190,221); }
td.TdClassName
{
border-color: #C1BEDD;
}
.TagClassName
{
border-color: #C1BEDD;
}
</style>