Shades of Lavender Grey #C2BDDF
Tints of Lavender Grey #C2BDDF
RGB
CMYK
RGB Variations
Color information
#C2BDDF (or 0xC2BDDF) is known color: Lavender Grey. HEX triplet: C2, BD and DF. RGB value is (194,189,223). Sum of RGB (Red+Green+Blue) = 194+189+223=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDDF is #3D4220. Grayscale: #C2C2C2. Windows color (decimal): -4014625 or 14663106. OLE color: 14663106.
HSL color Cylindrical-coordinate representation of color #C2BDDF: hue angle of 248.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2BDDF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 189 | 223 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.13 |
| HSL | 248.82º | 0.35% | 0.81% | - |
| HSV(B) | 248.82º | 0.15% | 0.87% | - |
| XYZ | 53.77 | 53.19 | 77.25 | - |
| YUV | 194.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 223 | 0.13 | 0.15 | 0 | 0.13 | 248.82 | 0.35 | 0.81 |
| Hex | C2 | BD | DF | D | F | 0 | D | F9 | 23 | 51 |
| Octal | 302 | 275 | 337 | 15 | 17 | 0 | 15 | 371 | 43 | 121 |
| Binary | 11000010 | 10111101 | 11011111 | 1101 | 1111 | 0 | 1101 | 11111001 | 100011 | 1010001 |
Color Harmonies of #C2BDDF
Complementary color
Monochromatic Colors of #C2BDDF
Black with #C2BDDF
Text Example
Text Example
White with #C2BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDDF; }
p { color: rgb(194,189,223); }
H1.HeaderClassName
{
color: #C2BDDF;
}
.AnyTagClassName
{
color: #C2BDDF;
}
</style>
background-color css
<style>
a { background-color: #C2BDDF; }
a { background-color: rgb(194,189,223); }
div.DivClassName
{
background-color: #C2BDDF;
}
.BgClassName
{
background-color: #C2BDDF;
}
</style>
border-color css
<style>
span { border-color: #C2BDDF; }
span { border-color: rgb(194,189,223); }
td.TdClassName
{
border-color: #C2BDDF;
}
.TagClassName
{
border-color: #C2BDDF;
}
</style>