#C4D8DC

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

Shades of Zumthor #C4D8DC

Tints of Zumthor #C4D8DC

Color information

#C4D8DC (or 0xC4D8DC) is unknown color: approx Zumthor. HEX triplet: C4, D8 and DC. RGB value is (196,216,220). Sum of RGB (Red+Green+Blue) = 196+216+220=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8DC is #3B2723. Grayscale: #D2D2D2. Windows color (decimal): -3876644 or 14473412. OLE color: 14473412.

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

Color convert

RGB196216220-
CMYK0.110.0200.14
HSL190º25.53%81.57%-
HSV(B)190º10.91%86.27%-
XYZ60.2466.0177.28-
YUV210.48133.37117.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.01%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=31.01%
G=34.18%
B=34.81%

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
Decimal1962162200.110.0200.1419025.5381.57
HexC4D8DCB20Ebe1a52
Octal30433033413201627632122
Binary1100010011011000110111001011100111010111110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D8DC; }

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

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

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

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

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

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

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

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