#C3BFDB

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

Shades of Lavender Grey #C3BFDB

Tints of Lavender Grey #C3BFDB

Color information

#C3BFDB (or 0xC3BFDB) is unknown color: approx Lavender Grey. HEX triplet: C3, BF and DB. RGB value is (195,191,219). Sum of RGB (Red+Green+Blue) = 195+191+219=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFDB is #3C4024. Grayscale: #C3C3C3. Windows color (decimal): -3948581 or 14401475. OLE color: 14401475.

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

Color convert

RGB195191219-
CMYK0.110.1300.14
HSL248.57º28%80.39%-
HSV(B)248.57º12.79%85.88%-
XYZ53.9253.9874.59-
YUV195.39141.33127.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.23%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=32.23%
G=31.57%
B=36.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951912190.110.1300.14248.572880.39
HexC3BFDBBD0Ef91c50
Octal303277333131501637134120
Binary110000111011111111011011101111010111011111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFDB; }

 p { color: rgb(195,191,219); }

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

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

 a { background-color: rgb(195,191,219); }

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

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

 span { border-color: rgb(195,191,219); }

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