Html Css Color HEX #C3C1DB Lavender Grey

📋 copy color: '#C3C1DB'

red 195 ◦ green 193 ◦ blue 219

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

Shades of Lavender Grey #C3C1DB

Tints of Lavender Grey #C3C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.8%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 32.13%
G = 31.8%
B = 36.08%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3C1DB (or 0xC3C1DB) is known color: Lavender Grey. HEX triplet: C3, C1 and DB. RGB value is (195,193,219). Sum of RGB (Red+Green+Blue) = 195+193+219=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1DB is #3C3E24. Grayscale: #C4C4C4. Windows color (decimal): -3948069 or 14401987. OLE color: 14401987.

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

Color convert

RGB 195 193 219 -
CMYK 0.11 0.12 0 0.14
HSL 244.62º 0.27% 0.81% -
HSV(B) 244.62º 0.12% 0.86% -
XYZ 54.36 54.86 74.74 -
YUV 196.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 195 193 219 0.11 0.12 0 0.14 244.62 0.27 0.81
Hex C3 C1 DB B C 0 E F5 1B 51
Octal 303 301 333 13 14 0 16 365 33 121
Binary 11000011 11000001 11011011 1011 1100 0 1110 11110101 11011 1010001

Color Harmonies of #C3C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C1DB

Black with #C3C1DB

Text Example


Text Example

White with #C3C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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