Html Css Color HEX #C4C1DC Lavender Grey

📋 copy color: '#C4C1DC'

red 196 ◦ green 193 ◦ blue 220

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

Shades of Lavender Grey #C4C1DC

Tints of Lavender Grey #C4C1DC

RGB

 RED value IS 196 (76.95% from 255) = 32.18%

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

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

R = 32.18%
G = 31.69%
B = 36.12%

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

#C4C1DC (or 0xC4C1DC) is known color: Lavender Grey. HEX triplet: C4, C1 and DC. RGB value is (196,193,220). Sum of RGB (Red+Green+Blue) = 196+193+220=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1DC is #3B3E23. Grayscale: #C4C4C4. Windows color (decimal): -3882532 or 14467524. OLE color: 14467524.

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

Color convert

RGB 196 193 220 -
CMYK 0.11 0.12 0 0.14
HSL 246.67º 0.28% 0.81% -
HSV(B) 246.67º 0.12% 0.86% -
XYZ 54.75 55.04 75.45 -
YUV 196.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 196 193 220 0.11 0.12 0 0.14 246.67 0.28 0.81
Hex C4 C1 DC B C 0 E F7 1C 51
Octal 304 301 334 13 14 0 16 367 34 121
Binary 11000100 11000001 11011100 1011 1100 0 1110 11110111 11100 1010001

Color Harmonies of #C4C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C1DC

Black with #C4C1DC

Text Example


Text Example

White with #C4C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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