#C4D7D5

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

Shades of Zumthor #C4D7D5

Tints of Zumthor #C4D7D5

Color information

#C4D7D5 (or 0xC4D7D5) is unknown color: approx Zumthor. HEX triplet: C4, D7 and D5. RGB value is (196,215,213). Sum of RGB (Red+Green+Blue) = 196+215+213=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7D5 is #3B282A. Grayscale: #D1D1D1. Windows color (decimal): -3876907 or 14014404. OLE color: 14014404.

HSL color Cylindrical-coordinate representation of color #C4D7D5: hue angle of 173.68º 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 #C4D7D5 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB196215213-
CMYK0.0900.010.16
HSL173.68º19.19%80.59%-
HSV(B)173.68º8.84%84.31%-
XYZ59.0865.1472.41-
YUV209.09130.21118.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.41%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=31.41%
G=34.46%
B=34.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962152130.0900.010.16173.6819.1980.59
HexC4D7D590110ae1351
Octal30432732511012025623121
Binary1100010011010111110101011001011000010101110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D7D5; }

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

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

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

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

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

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

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

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