#C4D7D6

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

Shades of Zumthor #C4D7D6

Tints of Zumthor #C4D7D6

Color information

#C4D7D6 (or 0xC4D7D6) is unknown color: approx Zumthor. HEX triplet: C4, D7 and D6. RGB value is (196,215,214). Sum of RGB (Red+Green+Blue) = 196+215+214=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7D6 is #3B2829. Grayscale: #D1D1D1. Windows color (decimal): -3876906 or 14079940. OLE color: 14079940.

HSL color Cylindrical-coordinate representation of color #C4D7D6: hue angle of 176.84º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D7D6 is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB196215214-
CMYK0.0900.000.16
HSL176.84º19.19%80.59%-
HSV(B)176.84º8.84%84.31%-
XYZ59.265.1973.08-
YUV209.2130.71118.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=31.36%
G=34.4%
B=34.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962152140.0900.000.16176.8419.1980.59
HexC4D7D690010b11351
Octal30432732611002026123121
Binary1100010011010111110101101001001000010110001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D7D6; }

 p { color: rgb(196,215,214); }

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

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

 a { background-color: rgb(196,215,214); }

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

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

 span { border-color: rgb(196,215,214); }

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