#C1BEDD

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

Shades of Lavender Grey #C1BEDD

Tints of Lavender Grey #C1BEDD

Color information

#C1BEDD (or 0xC1BEDD) is unknown color: approx Lavender Grey. HEX triplet: C1, BE and DD. RGB value is (193,190,221). Sum of RGB (Red+Green+Blue) = 193+190+221=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 190 (74.61% from 255 or 31.46% 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 #C1BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEDD is #3E4122. Grayscale: #C2C2C2. Windows color (decimal): -4079907 or 14532289. OLE color: 14532289.

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

Color convert

RGB193190221-
CMYK0.130.1400.13
HSL245.81º31.31%80.59%-
HSV(B)245.81º14.03%86.67%-
XYZ53.4653.3875.89-
YUV194.43142.99126.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=31.95%
G=31.46%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931902210.130.1400.13245.8131.3180.59
HexC1BEDDDE0Df61f51
Octal301276335151601536637121
Binary110000011011111011011101110111100110111110110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEDD; }

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

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

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

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

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

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

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

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