Html Css Color HEX #C3C4CF Lavender Grey

📋 copy color: '#C3C4CF'

red 195 ◦ green 196 ◦ blue 207

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

Shades of Lavender Grey #C3C4CF

Tints of Lavender Grey #C3C4CF

RGB

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

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

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

R = 32.61%
G = 32.78%
B = 34.62%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3C4CF (or 0xC3C4CF) is known color: Lavender Grey. HEX triplet: C3, C4 and CF. RGB value is (195,196,207). Sum of RGB (Red+Green+Blue) = 195+196+207=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3C4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C4CF is #3C3B30. Grayscale: #C4C4C4. Windows color (decimal): -3947313 or 13616323. OLE color: 13616323.

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

Color convert

RGB 195 196 207 -
CMYK 0.06 0.05 0 0.19
HSL 235º 0.11% 0.79% -
HSV(B) 235º 0.06% 0.81% -
XYZ 53.51 55.59 66.94 -
YUV 196.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 195 196 207 0.06 0.05 0 0.19 235 0.11 0.79
Hex C3 C4 CF 6 5 0 13 EB B 4F
Octal 303 304 317 6 5 0 23 353 13 117
Binary 11000011 11000100 11001111 110 101 0 10011 11101011 1011 1001111

Color Harmonies of #C3C4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C4CF

Black with #C3C4CF

Text Example


Text Example

White with #C3C4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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