#C4DDDB

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

Shades of Zumthor #C4DDDB

Tints of Zumthor #C4DDDB

Color information

#C4DDDB (or 0xC4DDDB) is unknown color: approx Zumthor. HEX triplet: C4, DD and DB. RGB value is (196,221,219). Sum of RGB (Red+Green+Blue) = 196+221+219=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDDB is #3B2224. Grayscale: #D5D5D5. Windows color (decimal): -3875365 or 14409156. OLE color: 14409156.

HSL color Cylindrical-coordinate representation of color #C4DDDB: hue angle of 175.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DDDB is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB196221219-
CMYK0.1100.010.13
HSL175.2º26.88%81.76%-
HSV(B)175.2º11.31%86.67%-
XYZ61.4168.5677.02-
YUV213.3131.22115.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.82%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=30.82%
G=34.75%
B=34.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962212190.1100.010.13175.226.8881.76
HexC4DDDBB01Daf1b52
Octal30433533313011525733122
Binary110001001101110111011011101101110110101111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDDB; }

 p { color: rgb(196,221,219); }

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

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

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

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

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

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

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