#C2BDDD

Color #C2BDDD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C2BDDD

Tints of Lavender Grey #C2BDDD

Color information

#C2BDDD (or 0xC2BDDD) is unknown color: approx Lavender Grey. HEX triplet: C2, BD and DD. RGB value is (194,189,221). Sum of RGB (Red+Green+Blue) = 194+189+221=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDDD is #3D4222. Grayscale: #C2C2C2. Windows color (decimal): -4014627 or 14532034. OLE color: 14532034.

HSL color Cylindrical-coordinate representation of color #C2BDDD: hue angle of 249.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BDDD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194189221-
CMYK0.120.1400.13
HSL249.38º32%80.39%-
HSV(B)249.38º14.48%86.67%-
XYZ53.553.0875.83-
YUV194.14143.16127.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=32.12%
G=31.29%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941892210.120.1400.13249.383280.39
HexC2BDDDCE0Df92050
Octal302275335141601537140120
Binary1100001010111101110111011100111001101111110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDDD; }

 p { color: rgb(194,189,221); }

 H1.HeaderClassName
 {
   color: #C2BDDD;
 }
 .AnyTagClassName
 {
   color: #C2BDDD;
 }
</style>
background-color css

<style>
 a { background-color: #C2BDDD; }

 a { background-color: rgb(194,189,221); }

 div.DivClassName
 {
   background-color: #C2BDDD;
 }
 .BgClassName
 {
   background-color: #C2BDDD;
 }
</style>
border-color css

<style>
 span { border-color: #C2BDDD; }

 span { border-color: rgb(194,189,221); }

 td.TdClassName
 {
   border-color: #C2BDDD;
 }
 .TagClassName
 {
   border-color: #C2BDDD;
 }
</style>