#C2D1C2

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

Shades of Paris White #C2D1C2

Tints of Paris White #C2D1C2

Color information

#C2D1C2 (or 0xC2D1C2) is unknown color: approx Paris White. HEX triplet: C2, D1 and C2. RGB value is (194,209,194). Sum of RGB (Red+Green+Blue) = 194+209+194=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1C2 is #3D2E3D. Grayscale: #CACACA. Windows color (decimal): -4009534 or 12767682. OLE color: 12767682.

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

Color convert

RGB194209194-
CMYK0.0700.070.18
HSL120º14.02%79.02%-
HSV(B)120º7.18%81.96%-
XYZ54.7960.9759.92-
YUV202.8123.03121.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.50%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 194 (76.17% from 255) = 32.50%
R=32.50%
G=35.01%
B=32.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942091940.0700.070.1812014.0279.02
HexC2D1C27071278e4f
Octal3023213027072217016117
Binary110000101101000111000010111011110010111100011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D1C2; }

 p { color: rgb(194,209,194); }

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

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

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

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

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

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

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