#C3CEC4

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

Shades of Paris White #C3CEC4

Tints of Paris White #C3CEC4

Color information

#C3CEC4 (or 0xC3CEC4) is unknown color: approx Paris White. HEX triplet: C3, CE and C4. RGB value is (195,206,196). Sum of RGB (Red+Green+Blue) = 195+206+196=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEC4 is #3C313B. Grayscale: #C9C9C9. Windows color (decimal): -3944764 or 12897987. OLE color: 12897987.

HSL color Cylindrical-coordinate representation of color #C3CEC4: hue angle of 125.45º 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 #C3CEC4 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB195206196-
CMYK0.0500.050.19
HSL125.45º10.09%78.63%-
HSV(B)125.45º5.34%80.78%-
XYZ54.5459.7360.88-
YUV201.57124.86123.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.66%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 196 (76.95% from 255) = 32.83%
R=32.66%
G=34.51%
B=32.83%

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
Decimal1952061960.0500.050.19125.4510.0978.63
HexC3CEC4505137da4f
Octal3033163045052317512117
Binary110000111100111011000100101010110011111110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEC4; }

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

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

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

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

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

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

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

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