Shades of Lavender Grey #C2BEDB
Tints of Lavender Grey #C2BEDB
RGB
CMYK
RGB Variations
Color information
#C2BEDB (or 0xC2BEDB) is known color: Lavender Grey. HEX triplet: C2, BE and DB. RGB value is (194,190,219). Sum of RGB (Red+Green+Blue) = 194+190+219=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEDB is #3D4124. Grayscale: #C2C2C2. Windows color (decimal): -4014373 or 14401218. OLE color: 14401218.
HSL color Cylindrical-coordinate representation of color #C2BEDB: hue angle of 248.28º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2BEDB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 190 | 219 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.14 |
| HSL | 248.28º | 0.29% | 0.8% | - |
| HSV(B) | 248.28º | 0.13% | 0.86% | - |
| XYZ | 53.45 | 53.41 | 74.51 | - |
| YUV | 194.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 219 | 0.11 | 0.13 | 0 | 0.14 | 248.28 | 0.29 | 0.8 |
| Hex | C2 | BE | DB | B | D | 0 | E | F8 | 1D | 50 |
| Octal | 302 | 276 | 333 | 13 | 15 | 0 | 16 | 370 | 35 | 120 |
| Binary | 11000010 | 10111110 | 11011011 | 1011 | 1101 | 0 | 1110 | 11111000 | 11101 | 1010000 |
Color Harmonies of #C2BEDB
Complementary color
Monochromatic Colors of #C2BEDB
Black with #C2BEDB
Text Example
Text Example
White with #C2BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEDB; }
p { color: rgb(194,190,219); }
H1.HeaderClassName
{
color: #C2BEDB;
}
.AnyTagClassName
{
color: #C2BEDB;
}
</style>
background-color css
<style>
a { background-color: #C2BEDB; }
a { background-color: rgb(194,190,219); }
div.DivClassName
{
background-color: #C2BEDB;
}
.BgClassName
{
background-color: #C2BEDB;
}
</style>
border-color css
<style>
span { border-color: #C2BEDB; }
span { border-color: rgb(194,190,219); }
td.TdClassName
{
border-color: #C2BEDB;
}
.TagClassName
{
border-color: #C2BEDB;
}
</style>