Html Css Color HEX #C3C2EC Lavender Grey

📋 copy color: '#C3C2EC'

red 195 ◦ green 194 ◦ blue 236

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

Shades of Lavender Grey #C3C2EC

Tints of Lavender Grey #C3C2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.04%

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

R = 31.2%
G = 31.04%
B = 37.76%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3C2EC (or 0xC3C2EC) is known color: Lavender Grey. HEX triplet: C3, C2 and EC. RGB value is (195,194,236). Sum of RGB (Red+Green+Blue) = 195+194+236=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C2EC is #3C3D13. Grayscale: #C6C6C6. Windows color (decimal): -3947796 or 15516355. OLE color: 15516355.

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

Color convert

RGB 195 194 236 -
CMYK 0.17 0.18 0 0.07
HSL 241.43º 0.53% 0.84% -
HSV(B) 241.43º 0.18% 0.93% -
XYZ 56.94 56.24 87.21 -
YUV 199.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 195 194 236 0.17 0.18 0 0.07 241.43 0.53 0.84
Hex C3 C2 EC 11 12 0 7 F1 34 54
Octal 303 302 354 21 22 0 7 361 64 124
Binary 11000011 11000010 11101100 10001 10010 0 111 11110001 110100 1010100

Color Harmonies of #C3C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C2EC

Black with #C3C2EC

Text Example


Text Example

White with #C3C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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