#C4D3D7

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

Shades of Zumthor #C4D3D7

Tints of Zumthor #C4D3D7

Color information

#C4D3D7 (or 0xC4D3D7) is unknown color: approx Zumthor. HEX triplet: C4, D3 and D7. RGB value is (196,211,215). Sum of RGB (Red+Green+Blue) = 196+211+215=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4D3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3D7 is #3B2C28. Grayscale: #CECECE. Windows color (decimal): -3877929 or 14144452. OLE color: 14144452.

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

Color convert

RGB196211215-
CMYK0.090.0200.16
HSL192.63º19.19%80.59%-
HSV(B)192.63º8.84%84.31%-
XYZ58.3263.2373.42-
YUV206.97132.53120.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 211 (82.81% from 255) = 33.92%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=31.51%
G=33.92%
B=34.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962112150.090.0200.16192.6319.1980.59
HexC4D3D792010c11351
Octal30432332711202030123121
Binary11000100110100111101011110011001000011000001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D3D7; }

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

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

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

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

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

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

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

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