Shades of Lavender Grey #C1BFDF
Tints of Lavender Grey #C1BFDF
RGB
CMYK
RGB Variations
Color information
#C1BFDF (or 0xC1BFDF) is known color: Lavender Grey. HEX triplet: C1, BF and DF. RGB value is (193,191,223). Sum of RGB (Red+Green+Blue) = 193+191+223=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFDF is #3E4020. Grayscale: #C3C3C3. Windows color (decimal): -4079649 or 14663617. OLE color: 14663617.
HSL color Cylindrical-coordinate representation of color #C1BFDF: hue angle of 243.75º 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 #C1BFDF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 191 | 223 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.13 |
| HSL | 243.75º | 0.33% | 0.81% | - |
| HSV(B) | 243.75º | 0.14% | 0.87% | - |
| XYZ | 53.94 | 53.93 | 77.38 | - |
| YUV | 195.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 223 | 0.13 | 0.14 | 0 | 0.13 | 243.75 | 0.33 | 0.81 |
| Hex | C1 | BF | DF | D | E | 0 | D | F4 | 21 | 51 |
| Octal | 301 | 277 | 337 | 15 | 16 | 0 | 15 | 364 | 41 | 121 |
| Binary | 11000001 | 10111111 | 11011111 | 1101 | 1110 | 0 | 1101 | 11110100 | 100001 | 1010001 |
Color Harmonies of #C1BFDF
Complementary color
Monochromatic Colors of #C1BFDF
Black with #C1BFDF
Text Example
Text Example
White with #C1BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFDF; }
p { color: rgb(193,191,223); }
H1.HeaderClassName
{
color: #C1BFDF;
}
.AnyTagClassName
{
color: #C1BFDF;
}
</style>
background-color css
<style>
a { background-color: #C1BFDF; }
a { background-color: rgb(193,191,223); }
div.DivClassName
{
background-color: #C1BFDF;
}
.BgClassName
{
background-color: #C1BFDF;
}
</style>
border-color css
<style>
span { border-color: #C1BFDF; }
span { border-color: rgb(193,191,223); }
td.TdClassName
{
border-color: #C1BFDF;
}
.TagClassName
{
border-color: #C1BFDF;
}
</style>