Shades of Lavender Grey #C2BDE1
Tints of Lavender Grey #C2BDE1
RGB
CMYK
RGB Variations
Color information
#C2BDE1 (or 0xC2BDE1) is known color: Lavender Grey. HEX triplet: C2, BD and E1. RGB value is (194,189,225). Sum of RGB (Red+Green+Blue) = 194+189+225=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDE1 is #3D421E. Grayscale: #C2C2C2. Windows color (decimal): -4014623 or 14794178. OLE color: 14794178.
HSL color Cylindrical-coordinate representation of color #C2BDE1: hue angle of 248.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2BDE1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 189 | 225 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.12 |
| HSL | 248.33º | 0.38% | 0.81% | - |
| HSV(B) | 248.33º | 0.16% | 0.88% | - |
| XYZ | 54.04 | 53.3 | 78.67 | - |
| YUV | 194.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 225 | 0.14 | 0.16 | 0 | 0.12 | 248.33 | 0.38 | 0.81 |
| Hex | C2 | BD | E1 | E | 10 | 0 | C | F8 | 26 | 51 |
| Octal | 302 | 275 | 341 | 16 | 20 | 0 | 14 | 370 | 46 | 121 |
| Binary | 11000010 | 10111101 | 11100001 | 1110 | 10000 | 0 | 1100 | 11111000 | 100110 | 1010001 |
Color Harmonies of #C2BDE1
Complementary color
Monochromatic Colors of #C2BDE1
Black with #C2BDE1
Text Example
Text Example
White with #C2BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDE1; }
p { color: rgb(194,189,225); }
H1.HeaderClassName
{
color: #C2BDE1;
}
.AnyTagClassName
{
color: #C2BDE1;
}
</style>
background-color css
<style>
a { background-color: #C2BDE1; }
a { background-color: rgb(194,189,225); }
div.DivClassName
{
background-color: #C2BDE1;
}
.BgClassName
{
background-color: #C2BDE1;
}
</style>
border-color css
<style>
span { border-color: #C2BDE1; }
span { border-color: rgb(194,189,225); }
td.TdClassName
{
border-color: #C2BDE1;
}
.TagClassName
{
border-color: #C2BDE1;
}
</style>