Html Css Color HEX #C4C1E1 Lavender Grey

📋 copy color: '#C4C1E1'

red 196 ◦ green 193 ◦ blue 225

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

Shades of Lavender Grey #C4C1E1

Tints of Lavender Grey #C4C1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 31.92%
G = 31.43%
B = 36.64%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4C1E1 (or 0xC4C1E1) is known color: Lavender Grey. HEX triplet: C4, C1 and E1. RGB value is (196,193,225). Sum of RGB (Red+Green+Blue) = 196+193+225=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4C1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1E1 is #3B3E1E. Grayscale: #C5C5C5. Windows color (decimal): -3882527 or 14795204. OLE color: 14795204.

HSL color Cylindrical-coordinate representation of color #C4C1E1: hue angle of 245.62º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4C1E1 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 193 225 -
CMYK 0.13 0.14 0 0.12
HSL 245.63º 0.35% 0.82% -
HSV(B) 245.63º 0.14% 0.88% -
XYZ 55.43 55.31 78.99 -
YUV 197.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 196 193 225 0.13 0.14 0 0.12 245.63 0.35 0.82
Hex C4 C1 E1 D E 0 C F6 23 52
Octal 304 301 341 15 16 0 14 366 43 122
Binary 11000100 11000001 11100001 1101 1110 0 1100 11110110 100011 1010010

Color Harmonies of #C4C1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C1E1

Black with #C4C1E1

Text Example


Text Example

White with #C4C1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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