#C2CEC3

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

Shades of Paris White #C2CEC3

Tints of Paris White #C2CEC3

Color information

#C2CEC3 (or 0xC2CEC3) is unknown color: approx Paris White. HEX triplet: C2, CE and C3. RGB value is (194,206,195). Sum of RGB (Red+Green+Blue) = 194+206+195=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEC3 is #3D313C. Grayscale: #C9C9C9. Windows color (decimal): -4010301 or 12832450. OLE color: 12832450.

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

Color convert

RGB194206195-
CMYK0.0600.050.19
HSL125º10.91%78.43%-
HSV(B)125º5.83%80.78%-
XYZ54.1759.5560.27-
YUV201.16124.52122.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.61%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 195 (76.56% from 255) = 32.77%
R=32.61%
G=34.62%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1942061950.0600.050.1912510.9178.43
HexC2CEC3605137db4e
Octal3023163036052317513116
Binary110000101100111011000011110010110011111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEC3; }

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

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

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

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

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

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

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

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