#C2C3CD

Color #C2C3CD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C2C3CD

Tints of Lavender Grey #C2C3CD

Color information

#C2C3CD (or 0xC2C3CD) is unknown color: approx Lavender Grey. HEX triplet: C2, C3 and CD. RGB value is (194,195,205). Sum of RGB (Red+Green+Blue) = 194+195+205=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2C3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3CD is #3D3C32. Grayscale: #C3C3C3. Windows color (decimal): -4013107 or 13484994. OLE color: 13484994.

HSL color Cylindrical-coordinate representation of color #C2C3CD: hue angle of 234.55º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C3CD is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194195205-
CMYK0.050.0500.20
HSL234.55º9.91%78.24%-
HSV(B)234.55º5.37%80.39%-
XYZ52.7854.9165.57-
YUV195.84133.17126.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.66%
GREEN value IS 195 (76.56% from 255) = 32.83%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=32.66%
G=32.83%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941952050.050.0500.20234.559.9178.24
HexC2C3CD55014eba4e
Octal3023033155502435312116
Binary1100001011000011110011011011010101001110101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C3CD; }

 p { color: rgb(194,195,205); }

 H1.HeaderClassName
 {
   color: #C2C3CD;
 }
 .AnyTagClassName
 {
   color: #C2C3CD;
 }
</style>
background-color css

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

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

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

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

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

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