#C3BFD7

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

Shades of Lavender Grey #C3BFD7

Tints of Lavender Grey #C3BFD7

Color information

#C3BFD7 (or 0xC3BFD7) is unknown color: approx Lavender Grey. HEX triplet: C3, BF and D7. RGB value is (195,191,215). Sum of RGB (Red+Green+Blue) = 195+191+215=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #C3BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFD7 is #3C4028. Grayscale: #C2C2C2. Windows color (decimal): -3948585 or 14139331. OLE color: 14139331.

HSL color Cylindrical-coordinate representation of color #C3BFD7: hue angle of 250º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3BFD7 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195191215-
CMYK0.090.1100.16
HSL250º23.08%79.61%-
HSV(B)250º11.16%84.31%-
XYZ53.453.7771.85-
YUV194.93139.33128.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.45%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=32.45%
G=31.78%
B=35.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951912150.090.1100.1625023.0879.61
HexC3BFD79B010fa1750
Octal303277327111302037227120
Binary1100001110111111110101111001101101000011111010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFD7; }

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

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

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

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

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

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

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

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