Html Css Color HEX #C3C3DC Lavender Grey

📋 copy color: '#C3C3DC'

red 195 ◦ green 195 ◦ blue 220

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

Shades of Lavender Grey #C3C3DC

Tints of Lavender Grey #C3C3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.97%

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 31.97%
G = 31.97%
B = 36.07%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3C3DC (or 0xC3C3DC) is known color: Lavender Grey. HEX triplet: C3, C3 and DC. RGB value is (195,195,220). Sum of RGB (Red+Green+Blue) = 195+195+220=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C3DC is #3C3C23. Grayscale: #C5C5C5. Windows color (decimal): -3947556 or 14468035. OLE color: 14468035.

HSL color Cylindrical-coordinate representation of color #C3C3DC: hue angle of 240º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3C3DC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 195 220 -
CMYK 0.11 0.11 0 0.14
HSL 240º 0.26% 0.81% -
HSV(B) 240º 0.11% 0.86% -
XYZ 54.94 55.8 75.58 -
YUV 197.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 195 195 220 0.11 0.11 0 0.14 240 0.26 0.81
Hex C3 C3 DC B B 0 E F0 1A 51
Octal 303 303 334 13 13 0 16 360 32 121
Binary 11000011 11000011 11011100 1011 1011 0 1110 11110000 11010 1010001

Color Harmonies of #C3C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C3DC

Black with #C3C3DC

Text Example


Text Example

White with #C3C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C3DC; }

 p { color: rgb(195,195,220); }

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

background-color css

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

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

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

border-color css

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

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

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