Html Css Color HEX #C1C3CF Lavender Grey

📋 copy color: '#C1C3CF'

red 193 ◦ green 195 ◦ blue 207

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

Shades of Lavender Grey #C1C3CF

Tints of Lavender Grey #C1C3CF

RGB

 RED value IS 193 (75.78% from 255) = 32.44%

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

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 32.44%
G = 32.77%
B = 34.79%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1C3CF (or 0xC1C3CF) is known color: Lavender Grey. HEX triplet: C1, C3 and CF. RGB value is (193,195,207). Sum of RGB (Red+Green+Blue) = 193+195+207=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C3CF is #3E3C30. Grayscale: #C3C3C3. Windows color (decimal): -4078641 or 13616065. OLE color: 13616065.

HSL color Cylindrical-coordinate representation of color #C1C3CF: hue angle of 231.43º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1C3CF is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 195 207 -
CMYK 0.07 0.06 0 0.19
HSL 231.43º 0.13% 0.78% -
HSV(B) 231.43º 0.07% 0.81% -
XYZ 52.77 54.87 66.84 -
YUV 195.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 193 195 207 0.07 0.06 0 0.19 231.43 0.13 0.78
Hex C1 C3 CF 7 6 0 13 E7 D 4E
Octal 301 303 317 7 6 0 23 347 15 116
Binary 11000001 11000011 11001111 111 110 0 10011 11100111 1101 1001110

Color Harmonies of #C1C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C3CF

Black with #C1C3CF

Text Example


Text Example

White with #C1C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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