Shades of Lavender Grey #C2BEDA
Tints of Lavender Grey #C2BEDA
RGB
CMYK
RGB Variations
Color information
#C2BEDA (or 0xC2BEDA) is known color: Lavender Grey. HEX triplet: C2, BE and DA. RGB value is (194,190,218). Sum of RGB (Red+Green+Blue) = 194+190+218=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEDA is #3D4125. Grayscale: #C2C2C2. Windows color (decimal): -4014374 or 14335682. OLE color: 14335682.
HSL color Cylindrical-coordinate representation of color #C2BEDA: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2BEDA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 190 | 218 | - |
CMYK | 0.11 | 0.13 | 0 | 0.15 |
HSL | 248.57º | 0.27% | 0.8% | - |
HSV(B) | 248.57º | 0.13% | 0.85% | - |
XYZ | 53.32 | 53.36 | 73.82 | - |
YUV | 194.39 | 141.33 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 218 | 0.11 | 0.13 | 0 | 0.15 | 248.57 | 0.27 | 0.8 |
Hex | C2 | BE | DA | B | D | 0 | F | F9 | 1B | 50 |
Octal | 302 | 276 | 332 | 13 | 15 | 0 | 17 | 371 | 33 | 120 |
Binary | 11000010 | 10111110 | 11011010 | 1011 | 1101 | 0 | 1111 | 11111001 | 11011 | 1010000 |
Color Harmonies of #C2BEDA
Complementary color
Monochromatic Colors of #C2BEDA
Black with #C2BEDA
Text Example
Text Example
White with #C2BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEDA; }
p { color: rgb(194,190,218); }
H1.HeaderClassName
{
color: #C2BEDA;
}
.AnyTagClassName
{
color: #C2BEDA;
}
</style>
background-color css
<style>
a { background-color: #C2BEDA; }
a { background-color: rgb(194,190,218); }
div.DivClassName
{
background-color: #C2BEDA;
}
.BgClassName
{
background-color: #C2BEDA;
}
</style>
border-color css
<style>
span { border-color: #C2BEDA; }
span { border-color: rgb(194,190,218); }
td.TdClassName
{
border-color: #C2BEDA;
}
.TagClassName
{
border-color: #C2BEDA;
}
</style>