Html Css Color HEX #C3BFDA Lavender Grey

📋 copy color: '#C3BFDA'

red 195 ◦ green 191 ◦ blue 218

#C3BFDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #C3BFDA

Tints of Lavender Grey #C3BFDA

RGB

 RED value IS 195 (76.56% from 255) = 32.28%

 GREEN value IS 191 (75% from 255) = 31.62%

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 32.28%
G = 31.62%
B = 36.09%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3BFDA (or 0xC3BFDA) is known color: Lavender Grey. HEX triplet: C3, BF and DA. RGB value is (195,191,218). Sum of RGB (Red+Green+Blue) = 195+191+218=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFDA is #3C4025. Grayscale: #C3C3C3. Windows color (decimal): -3948582 or 14335939. OLE color: 14335939.

HSL color Cylindrical-coordinate representation of color #C3BFDA: hue angle of 248.89º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3BFDA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 191 218 -
CMYK 0.11 0.12 0 0.15
HSL 248.89º 0.27% 0.8% -
HSV(B) 248.89º 0.12% 0.85% -
XYZ 53.79 53.93 73.9 -
YUV 195.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 195 191 218 0.11 0.12 0 0.15 248.89 0.27 0.8
Hex C3 BF DA B C 0 F F9 1B 50
Octal 303 277 332 13 14 0 17 371 33 120
Binary 11000011 10111111 11011010 1011 1100 0 1111 11111001 11011 1010000

Color Harmonies of #C3BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFDA

Black with #C3BFDA

Text Example


Text Example

White with #C3BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFDA; }

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

 H1.HeaderClassName
 {
   color: #C3BFDA;
 }
 .AnyTagClassName
 {
   color: #C3BFDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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