#C4D7DC

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

Shades of Zumthor #C4D7DC

Tints of Zumthor #C4D7DC

Color information

#C4D7DC (or 0xC4D7DC) is unknown color: approx Zumthor. HEX triplet: C4, D7 and DC. RGB value is (196,215,220). Sum of RGB (Red+Green+Blue) = 196+215+220=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7DC is #3B2823. Grayscale: #D1D1D1. Windows color (decimal): -3876900 or 14473156. OLE color: 14473156.

HSL color Cylindrical-coordinate representation of color #C4D7DC: hue angle of 192.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D7DC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196215220-
CMYK0.110.0200.14
HSL192.5º25.53%81.57%-
HSV(B)192.5º10.91%86.27%-
XYZ59.9865.577.19-
YUV209.89133.71118.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.06%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=31.06%
G=34.07%
B=34.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962152200.110.0200.14192.525.5381.57
HexC4D7DCB20Ec01a52
Octal30432733413201630032122
Binary1100010011010111110111001011100111011000000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D7DC; }

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

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

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

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

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

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

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

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