Shades of Lavender Grey #C2BFDF
Tints of Lavender Grey #C2BFDF
RGB
CMYK
RGB Variations
Color information
#C2BFDF (or 0xC2BFDF) is known color: Lavender Grey. HEX triplet: C2, BF and DF. RGB value is (194,191,223). Sum of RGB (Red+Green+Blue) = 194+191+223=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFDF is #3D4020. Grayscale: #C3C3C3. Windows color (decimal): -4014113 or 14663618. OLE color: 14663618.
HSL color Cylindrical-coordinate representation of color #C2BFDF: hue angle of 245.62º degrees, saturation: 0.33, 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 #C2BFDF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 191 | 223 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.13 |
| HSL | 245.63º | 0.33% | 0.81% | - |
| HSV(B) | 245.63º | 0.14% | 0.87% | - |
| XYZ | 54.2 | 54.06 | 77.39 | - |
| YUV | 195.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 223 | 0.13 | 0.14 | 0 | 0.13 | 245.63 | 0.33 | 0.81 |
| Hex | C2 | BF | DF | D | E | 0 | D | F6 | 21 | 51 |
| Octal | 302 | 277 | 337 | 15 | 16 | 0 | 15 | 366 | 41 | 121 |
| Binary | 11000010 | 10111111 | 11011111 | 1101 | 1110 | 0 | 1101 | 11110110 | 100001 | 1010001 |
Color Harmonies of #C2BFDF
Complementary color
Monochromatic Colors of #C2BFDF
Black with #C2BFDF
Text Example
Text Example
White with #C2BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFDF; }
p { color: rgb(194,191,223); }
H1.HeaderClassName
{
color: #C2BFDF;
}
.AnyTagClassName
{
color: #C2BFDF;
}
</style>
background-color css
<style>
a { background-color: #C2BFDF; }
a { background-color: rgb(194,191,223); }
div.DivClassName
{
background-color: #C2BFDF;
}
.BgClassName
{
background-color: #C2BFDF;
}
</style>
border-color css
<style>
span { border-color: #C2BFDF; }
span { border-color: rgb(194,191,223); }
td.TdClassName
{
border-color: #C2BFDF;
}
.TagClassName
{
border-color: #C2BFDF;
}
</style>