Shades of Lavender Grey #C2BFDE
Tints of Lavender Grey #C2BFDE
RGB
CMYK
RGB Variations
Color information
#C2BFDE (or 0xC2BFDE) is known color: Lavender Grey. HEX triplet: C2, BF and DE. RGB value is (194,191,222). Sum of RGB (Red+Green+Blue) = 194+191+222=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFDE is #3D4021. Grayscale: #C3C3C3. Windows color (decimal): -4014114 or 14598082. OLE color: 14598082.
HSL color Cylindrical-coordinate representation of color #C2BFDE: hue angle of 245.81º degrees, saturation: 0.32, 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 #C2BFDE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 191 | 222 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.13 |
| HSL | 245.81º | 0.32% | 0.81% | - |
| HSV(B) | 245.81º | 0.14% | 0.87% | - |
| XYZ | 54.06 | 54 | 76.68 | - |
| YUV | 195.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 222 | 0.13 | 0.14 | 0 | 0.13 | 245.81 | 0.32 | 0.81 |
| Hex | C2 | BF | DE | D | E | 0 | D | F6 | 20 | 51 |
| Octal | 302 | 277 | 336 | 15 | 16 | 0 | 15 | 366 | 40 | 121 |
| Binary | 11000010 | 10111111 | 11011110 | 1101 | 1110 | 0 | 1101 | 11110110 | 100000 | 1010001 |
Color Harmonies of #C2BFDE
Complementary color
Monochromatic Colors of #C2BFDE
Black with #C2BFDE
Text Example
Text Example
White with #C2BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFDE; }
p { color: rgb(194,191,222); }
H1.HeaderClassName
{
color: #C2BFDE;
}
.AnyTagClassName
{
color: #C2BFDE;
}
</style>
background-color css
<style>
a { background-color: #C2BFDE; }
a { background-color: rgb(194,191,222); }
div.DivClassName
{
background-color: #C2BFDE;
}
.BgClassName
{
background-color: #C2BFDE;
}
</style>
border-color css
<style>
span { border-color: #C2BFDE; }
span { border-color: rgb(194,191,222); }
td.TdClassName
{
border-color: #C2BFDE;
}
.TagClassName
{
border-color: #C2BFDE;
}
</style>