Html Css Color HEX #C3C4DF Lavender Grey

📋 copy color: '#C3C4DF'

red 195 ◦ green 196 ◦ blue 223

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

Shades of Lavender Grey #C3C4DF

Tints of Lavender Grey #C3C4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.92%

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

R = 31.76%
G = 31.92%
B = 36.32%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3C4DF (or 0xC3C4DF) is known color: Lavender Grey. HEX triplet: C3, C4 and DF. RGB value is (195,196,223). Sum of RGB (Red+Green+Blue) = 195+196+223=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C4DF is #3C3B20. Grayscale: #C6C6C6. Windows color (decimal): -3947297 or 14664899. OLE color: 14664899.

HSL color Cylindrical-coordinate representation of color #C3C4DF: hue angle of 237.86º degrees, saturation: 0.3, 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 #C3C4DF is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 196 223 -
CMYK 0.13 0.12 0 0.13
HSL 237.86º 0.3% 0.82% -
HSV(B) 237.86º 0.13% 0.87% -
XYZ 55.56 56.41 77.77 -
YUV 198.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 195 196 223 0.13 0.12 0 0.13 237.86 0.3 0.82
Hex C3 C4 DF D C 0 D EE 1E 52
Octal 303 304 337 15 14 0 15 356 36 122
Binary 11000011 11000100 11011111 1101 1100 0 1101 11101110 11110 1010010

Color Harmonies of #C3C4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C4DF

Black with #C3C4DF

Text Example


Text Example

White with #C3C4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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