Html Css Color HEX #C1C2DC Lavender Grey

📋 copy color: '#C1C2DC'

red 193 ◦ green 194 ◦ blue 220

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

Shades of Lavender Grey #C1C2DC

Tints of Lavender Grey #C1C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.96%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 31.8%
G = 31.96%
B = 36.24%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1C2DC (or 0xC1C2DC) is known color: Lavender Grey. HEX triplet: C1, C2 and DC. RGB value is (193,194,220). Sum of RGB (Red+Green+Blue) = 193+194+220=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C2DC is #3E3D23. Grayscale: #C4C4C4. Windows color (decimal): -4078884 or 14467777. OLE color: 14467777.

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

Color convert

RGB 193 194 220 -
CMYK 0.12 0.12 0 0.14
HSL 237.78º 0.28% 0.81% -
HSV(B) 237.78º 0.12% 0.86% -
XYZ 54.2 55.09 75.49 -
YUV 196.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 193 194 220 0.12 0.12 0 0.14 237.78 0.28 0.81
Hex C1 C2 DC C C 0 E EE 1C 51
Octal 301 302 334 14 14 0 16 356 34 121
Binary 11000001 11000010 11011100 1100 1100 0 1110 11101110 11100 1010001

Color Harmonies of #C1C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C2DC

Black with #C1C2DC

Text Example


Text Example

White with #C1C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C2DC; }

 p { color: rgb(193,194,220); }

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

background-color css

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

 a { background-color: rgb(193,194,220); }

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

border-color css

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

 span { border-color: rgb(193,194,220); }

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