#C3BFDE

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

Shades of Lavender Grey #C3BFDE

Tints of Lavender Grey #C3BFDE

Color information

#C3BFDE (or 0xC3BFDE) is unknown color: approx Lavender Grey. HEX triplet: C3, BF and DE. RGB value is (195,191,222). Sum of RGB (Red+Green+Blue) = 195+191+222=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFDE is #3C4021. Grayscale: #C3C3C3. Windows color (decimal): -3948578 or 14598083. OLE color: 14598083.

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

Color convert

RGB195191222-
CMYK0.120.1400.13
HSL247.74º31.96%80.98%-
HSV(B)247.74º13.96%87.06%-
XYZ54.3254.1476.69-
YUV195.73142.83127.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.07%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=32.07%
G=31.41%
B=36.51%

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
Decimal1951912220.120.1400.13247.7431.9680.98
HexC3BFDECE0Df82051
Octal303277336141601537040121
Binary1100001110111111110111101100111001101111110001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFDE; }

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

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

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

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

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

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

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

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