Html Css Color HEX #C1C1DC Lavender Grey

📋 copy color: '#C1C1DC'

red 193 ◦ green 193 ◦ blue 220

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

Shades of Lavender Grey #C1C1DC

Tints of Lavender Grey #C1C1DC

RGB

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

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

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

R = 31.85%
G = 31.85%
B = 36.3%

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

#C1C1DC (or 0xC1C1DC) is known color: Lavender Grey. HEX triplet: C1, C1 and DC. RGB value is (193,193,220). Sum of RGB (Red+Green+Blue) = 193+193+220=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C1DC is #3E3E23. Grayscale: #C3C3C3. Windows color (decimal): -4079140 or 14467521. OLE color: 14467521.

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

Color convert

RGB 193 193 220 -
CMYK 0.12 0.12 0 0.14
HSL 240º 0.28% 0.81% -
HSV(B) 240º 0.12% 0.86% -
XYZ 53.98 54.64 75.41 -
YUV 196.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 193 193 220 0.12 0.12 0 0.14 240 0.28 0.81
Hex C1 C1 DC C C 0 E F0 1C 51
Octal 301 301 334 14 14 0 16 360 34 121
Binary 11000001 11000001 11011100 1100 1100 0 1110 11110000 11100 1010001

Color Harmonies of #C1C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C1DC

Black with #C1C1DC

Text Example


Text Example

White with #C1C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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