#C3CEC3

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

Shades of Paris White #C3CEC3

Tints of Paris White #C3CEC3

Color information

#C3CEC3 (or 0xC3CEC3) is unknown color: approx Paris White. HEX triplet: C3, CE and C3. RGB value is (195,206,195). Sum of RGB (Red+Green+Blue) = 195+206+195=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEC3 is #3C313C. Grayscale: #C9C9C9. Windows color (decimal): -3944765 or 12832451. OLE color: 12832451.

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

Color convert

RGB195206195-
CMYK0.0500.050.19
HSL120º10.09%78.63%-
HSV(B)120º5.34%80.78%-
XYZ54.4359.6860.28-
YUV201.46124.36123.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.72%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 195 (76.56% from 255) = 32.72%
R=32.72%
G=34.56%
B=32.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061950.0500.050.1912010.0978.63
HexC3CEC35051378a4f
Octal3033163035052317012117
Binary110000111100111011000011101010110011111100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEC3; }

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

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

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

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

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

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

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

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