Html Css Color HEX #C1BFDD Lavender Grey

📋 copy color: '#C1BFDD'

red 193 ◦ green 191 ◦ blue 221

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

Shades of Lavender Grey #C1BFDD

Tints of Lavender Grey #C1BFDD

RGB

 RED value IS 193 (75.78% from 255) = 31.9%

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

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 31.9%
G = 31.57%
B = 36.53%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1BFDD (or 0xC1BFDD) is known color: Lavender Grey. HEX triplet: C1, BF and DD. RGB value is (193,191,221). Sum of RGB (Red+Green+Blue) = 193+191+221=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFDD is #3E4022. Grayscale: #C2C2C2. Windows color (decimal): -4079651 or 14532545. OLE color: 14532545.

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

Color convert

RGB 193 191 221 -
CMYK 0.13 0.14 0 0.13
HSL 244º 0.31% 0.81% -
HSV(B) 244º 0.14% 0.87% -
XYZ 53.67 53.82 75.97 -
YUV 195.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 193 191 221 0.13 0.14 0 0.13 244 0.31 0.81
Hex C1 BF DD D E 0 D F4 1F 51
Octal 301 277 335 15 16 0 15 364 37 121
Binary 11000001 10111111 11011101 1101 1110 0 1101 11110100 11111 1010001

Color Harmonies of #C1BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BFDD

Black with #C1BFDD

Text Example


Text Example

White with #C1BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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