Html Css Color HEX #C4C1EB Lavender Grey

📋 copy color: '#C4C1EB'

red 196 ◦ green 193 ◦ blue 235

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

Shades of Lavender Grey #C4C1EB

Tints of Lavender Grey #C4C1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 31.41%
G = 30.93%
B = 37.66%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4C1EB (or 0xC4C1EB) is known color: Lavender Grey. HEX triplet: C4, C1 and EB. RGB value is (196,193,235). Sum of RGB (Red+Green+Blue) = 196+193+235=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C1EB is #3B3E14. Grayscale: #C6C6C6. Windows color (decimal): -3882517 or 15450564. OLE color: 15450564.

HSL color Cylindrical-coordinate representation of color #C4C1EB: hue angle of 244.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4C1EB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 193 235 -
CMYK 0.17 0.18 0 0.08
HSL 244.29º 0.51% 0.84% -
HSV(B) 244.29º 0.18% 0.92% -
XYZ 56.83 55.87 86.39 -
YUV 198.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 196 193 235 0.17 0.18 0 0.08 244.29 0.51 0.84
Hex C4 C1 EB 11 12 0 8 F4 33 54
Octal 304 301 353 21 22 0 10 364 63 124
Binary 11000100 11000001 11101011 10001 10010 0 1000 11110100 110011 1010100

Color Harmonies of #C4C1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C1EB

Black with #C4C1EB

Text Example


Text Example

White with #C4C1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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