#C1CDC2

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

Shades of Paris White #C1CDC2

Tints of Paris White #C1CDC2

Color information

#C1CDC2 (or 0xC1CDC2) is unknown color: approx Paris White. HEX triplet: C1, CD and C2. RGB value is (193,205,194). Sum of RGB (Red+Green+Blue) = 193+205+194=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDC2 is #3E323D. Grayscale: #C8C8C8. Windows color (decimal): -4076094 or 12766657. OLE color: 12766657.

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

Color convert

RGB193205194-
CMYK0.0600.050.20
HSL125º10.71%78.04%-
HSV(B)125º5.85%80.39%-
XYZ53.5658.959.58-
YUV200.16124.52122.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.60%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=32.60%
G=34.63%
B=32.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051940.0600.050.2012510.7178.04
HexC1CDC2605147db4e
Octal3013153026052417513116
Binary110000011100110111000010110010110100111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDC2; }

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

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

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

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

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

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

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

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