Html Css Color HEX #C3C0EC Lavender Grey

📋 copy color: '#C3C0EC'

red 195 ◦ green 192 ◦ blue 236

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

Shades of Lavender Grey #C3C0EC

Tints of Lavender Grey #C3C0EC

RGB

 RED value IS 195 (76.56% from 255) = 31.3%

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

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 31.3%
G = 30.82%
B = 37.88%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3C0EC (or 0xC3C0EC) is known color: Lavender Grey. HEX triplet: C3, C0 and EC. RGB value is (195,192,236). Sum of RGB (Red+Green+Blue) = 195+192+236=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C0EC is #3C3F13. Grayscale: #C5C5C5. Windows color (decimal): -3948308 or 15515843. OLE color: 15515843.

HSL color Cylindrical-coordinate representation of color #C3C0EC: hue angle of 244.09º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3C0EC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 192 236 -
CMYK 0.17 0.19 0 0.07
HSL 244.09º 0.54% 0.84% -
HSV(B) 244.09º 0.19% 0.93% -
XYZ 56.5 55.36 87.06 -
YUV 197.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 195 192 236 0.17 0.19 0 0.07 244.09 0.54 0.84
Hex C3 C0 EC 11 13 0 7 F4 36 54
Octal 303 300 354 21 23 0 7 364 66 124
Binary 11000011 11000000 11101100 10001 10011 0 111 11110100 110110 1010100

Color Harmonies of #C3C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C0EC

Black with #C3C0EC

Text Example


Text Example

White with #C3C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C0EC; }

 p { color: rgb(195,192,236); }

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

background-color css

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

 a { background-color: rgb(195,192,236); }

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

border-color css

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

 span { border-color: rgb(195,192,236); }

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