Html Css Color HEX #C1C0EB Lavender Grey

📋 copy color: '#C1C0EB'

red 193 ◦ green 192 ◦ blue 235

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

Shades of Lavender Grey #C1C0EB

Tints of Lavender Grey #C1C0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.97%

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

R = 31.13%
G = 30.97%
B = 37.9%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1C0EB (or 0xC1C0EB) is known color: Lavender Grey. HEX triplet: C1, C0 and EB. RGB value is (193,192,235). Sum of RGB (Red+Green+Blue) = 193+192+235=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C0EB is #3E3F14. Grayscale: #C5C5C5. Windows color (decimal): -4079381 or 15450305. OLE color: 15450305.

HSL color Cylindrical-coordinate representation of color #C1C0EB: hue angle of 241.4º degrees, saturation: 0.52, 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 #C1C0EB is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 192 235 -
CMYK 0.18 0.18 0 0.08
HSL 241.4º 0.52% 0.84% -
HSV(B) 241.4º 0.18% 0.92% -
XYZ 55.84 55.03 86.28 -
YUV 197.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 193 192 235 0.18 0.18 0 0.08 241.4 0.52 0.84
Hex C1 C0 EB 12 12 0 8 F1 34 54
Octal 301 300 353 22 22 0 10 361 64 124
Binary 11000001 11000000 11101011 10010 10010 0 1000 11110001 110100 1010100

Color Harmonies of #C1C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C0EB

Black with #C1C0EB

Text Example


Text Example

White with #C1C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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