Html Css Color HEX #C1C3DB Lavender Grey

📋 copy color: '#C1C3DB'

red 193 ◦ green 195 ◦ blue 219

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

Shades of Lavender Grey #C1C3DB

Tints of Lavender Grey #C1C3DB

RGB

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

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

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

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

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1C3DB (or 0xC1C3DB) is known color: Lavender Grey. HEX triplet: C1, C3 and DB. RGB value is (193,195,219). Sum of RGB (Red+Green+Blue) = 193+195+219=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 195 (76.56% from 255 or 32.13% 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 #C1C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C3DB is #3E3C24. Grayscale: #C5C5C5. Windows color (decimal): -4078629 or 14402497. OLE color: 14402497.

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

Color convert

RGB 193 195 219 -
CMYK 0.12 0.11 0 0.14
HSL 235.38º 0.27% 0.81% -
HSV(B) 235.38º 0.12% 0.86% -
XYZ 54.29 55.48 74.87 -
YUV 197.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 193 195 219 0.12 0.11 0 0.14 235.38 0.27 0.81
Hex C1 C3 DB C B 0 E EB 1B 51
Octal 301 303 333 14 13 0 16 353 33 121
Binary 11000001 11000011 11011011 1100 1011 0 1110 11101011 11011 1010001

Color Harmonies of #C1C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C3DB

Black with #C1C3DB

Text Example


Text Example

White with #C1C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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