#C3D3C2

Color #C3D3C2 Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #C3D3C2

Tints of Paris White #C3D3C2

Color information

#C3D3C2 (or 0xC3D3C2) is unknown color: approx Paris White. HEX triplet: C3, D3 and C2. RGB value is (195,211,194). Sum of RGB (Red+Green+Blue) = 195+211+194=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D3C2 is #3C2C3D. Grayscale: #CCCCCC. Windows color (decimal): -3943486 or 12768195. OLE color: 12768195.

HSL color Cylindrical-coordinate representation of color #C3D3C2: hue angle of 116.47º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3D3C2 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB195211194-
CMYK0.0800.080.17
HSL116.47º16.19%79.41%-
HSV(B)116.47º8.06%82.75%-
XYZ55.5462.0960.1-
YUV204.28122.2121.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.5%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 194 (76.17% from 255) = 32.33%
R=32.5%
G=35.17%
B=32.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952111940.0800.080.17116.4716.1979.41
HexC3D3C28081174104f
Octal303323302100102116420117
Binary110000111101001111000010100001000100011110100100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D3C2; }

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

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

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

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

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

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

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

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