#C4CDC5

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

Shades of Paris White #C4CDC5

Tints of Paris White #C4CDC5

Color information

#C4CDC5 (or 0xC4CDC5) is unknown color: approx Paris White. HEX triplet: C4, CD and C5. RGB value is (196,205,197). Sum of RGB (Red+Green+Blue) = 196+205+197=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDC5 is #3B323A. Grayscale: #C9C9C9. Windows color (decimal): -3879483 or 12963268. OLE color: 12963268.

HSL color Cylindrical-coordinate representation of color #C4CDC5: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4CDC5 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB196205197-
CMYK0.0400.040.20
HSL126.67º8.26%78.63%-
HSV(B)126.67º4.39%80.39%-
XYZ54.6759.4361.41-
YUV201.4125.52124.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.78%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=32.78%
G=34.28%
B=32.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051970.0400.040.20126.678.2678.63
HexC4CDC5404147f84f
Octal3043153054042417710117
Binary110001001100110111000101100010010100111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDC5; }

 p { color: rgb(196,205,197); }

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

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

 a { background-color: rgb(196,205,197); }

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

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

 span { border-color: rgb(196,205,197); }

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