#C7CDC7

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

Shades of Paris White #C7CDC7

Tints of Paris White #C7CDC7

Color information

#C7CDC7 (or 0xC7CDC7) is unknown color: approx Paris White. HEX triplet: C7, CD and C7. RGB value is (199,205,199). Sum of RGB (Red+Green+Blue) = 199+205+199=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDC7 is #383238. Grayscale: #CACACA. Windows color (decimal): -3682873 or 13094343. OLE color: 13094343.

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

Color convert

RGB199205199-
CMYK0.0300.030.20
HSL120º5.66%79.22%-
HSV(B)120º2.93%80.39%-
XYZ55.6959.9362.66-
YUV202.52126.01125.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=33.00%
G=34.00%
B=33.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992051990.0300.030.201205.6679.22
HexC7CDC7303147864f
Octal307315307303241706117
Binary110001111100110111000111110111010011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDC7; }

 p { color: rgb(199,205,199); }

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

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

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

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

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

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

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