#C4DCDC

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

Shades of Zumthor #C4DCDC

Tints of Zumthor #C4DCDC

Color information

#C4DCDC (or 0xC4DCDC) is unknown color: approx Zumthor. HEX triplet: C4, DC and DC. RGB value is (196,220,220). Sum of RGB (Red+Green+Blue) = 196+220+220=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C4DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCDC is #3B2323. Grayscale: #D4D4D4. Windows color (decimal): -3875620 or 14474436. OLE color: 14474436.

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

Color convert

RGB196220220-
CMYK0.11000.14
HSL180º25.53%81.57%-
HSV(B)180º10.91%86.27%-
XYZ61.2868.0977.62-
YUV212.82132.05116-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.82%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=30.82%
G=34.59%
B=34.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962202200.11000.1418025.5381.57
HexC4DCDCB00Eb41a52
Octal30433433413001626432122
Binary110001001101110011011100101100111010110100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCDC; }

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

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

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

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

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

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

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

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