#C3C3D0

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

Shades of Lavender Grey #C3C3D0

Tints of Lavender Grey #C3C3D0

Color information

#C3C3D0 (or 0xC3C3D0) is unknown color: approx Lavender Grey. HEX triplet: C3, C3 and D0. RGB value is (195,195,208). Sum of RGB (Red+Green+Blue) = 195+195+208=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3C3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C3D0 is #3C3C2F. Grayscale: #C4C4C4. Windows color (decimal): -3947568 or 13681603. OLE color: 13681603.

HSL color Cylindrical-coordinate representation of color #C3C3D0: hue angle of 240º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3C3D0 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195195208-
CMYK0.060.0600.18
HSL240º12.15%79.02%-
HSV(B)240º6.25%81.57%-
XYZ53.4155.1967.51-
YUV196.48134.5126.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.61%
GREEN value IS 195 (76.56% from 255) = 32.61%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=32.61%
G=32.61%
B=34.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951952080.060.0600.1824012.1579.02
HexC3C3D066012f0c4f
Octal3033033206602236014117
Binary1100001111000011110100001101100100101111000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C3D0; }

 p { color: rgb(195,195,208); }

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

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

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

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

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

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

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