Html Css Color HEX #C3C1DF Lavender Grey

📋 copy color: '#C3C1DF'

red 195 ◦ green 193 ◦ blue 223

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

Shades of Lavender Grey #C3C1DF

Tints of Lavender Grey #C3C1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 31.91%
G = 31.59%
B = 36.5%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3C1DF (or 0xC3C1DF) is known color: Lavender Grey. HEX triplet: C3, C1 and DF. RGB value is (195,193,223). Sum of RGB (Red+Green+Blue) = 195+193+223=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1DF is #3C3E20. Grayscale: #C4C4C4. Windows color (decimal): -3948065 or 14664131. OLE color: 14664131.

HSL color Cylindrical-coordinate representation of color #C3C1DF: hue angle of 244º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3C1DF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 193 223 -
CMYK 0.13 0.13 0 0.13
HSL 244º 0.32% 0.82% -
HSV(B) 244º 0.13% 0.87% -
XYZ 54.89 55.07 77.55 -
YUV 197.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 195 193 223 0.13 0.13 0 0.13 244 0.32 0.82
Hex C3 C1 DF D D 0 D F4 20 52
Octal 303 301 337 15 15 0 15 364 40 122
Binary 11000011 11000001 11011111 1101 1101 0 1101 11110100 100000 1010010

Color Harmonies of #C3C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C1DF

Black with #C3C1DF

Text Example


Text Example

White with #C3C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C1DF; }

 p { color: rgb(195,193,223); }

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

background-color css

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

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

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

border-color css

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

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

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