#C2BEDD

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

Shades of Lavender Grey #C2BEDD

Tints of Lavender Grey #C2BEDD

Color information

#C2BEDD (or 0xC2BEDD) is unknown color: approx Lavender Grey. HEX triplet: C2, BE and DD. RGB value is (194,190,221). Sum of RGB (Red+Green+Blue) = 194+190+221=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEDD is #3D4122. Grayscale: #C2C2C2. Windows color (decimal): -4014371 or 14532290. OLE color: 14532290.

HSL color Cylindrical-coordinate representation of color #C2BEDD: hue angle of 247.74º degrees, saturation: 0.31, 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 #C2BEDD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194190221-
CMYK0.120.1400.13
HSL247.74º31.31%80.59%-
HSV(B)247.74º14.03%86.67%-
XYZ53.7153.5275.91-
YUV194.73142.83127.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=32.07%
G=31.40%
B=36.53%

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
Decimal1941902210.120.1400.13247.7431.3180.59
HexC2BEDDCE0Df81f51
Octal302276335141601537037121
Binary110000101011111011011101110011100110111111000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEDD; }

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

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

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

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

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

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

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

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