#C4DADD

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

Shades of Zumthor #C4DADD

Tints of Zumthor #C4DADD

Color information

#C4DADD (or 0xC4DADD) is unknown color: approx Zumthor. HEX triplet: C4, DA and DD. RGB value is (196,218,221). Sum of RGB (Red+Green+Blue) = 196+218+221=635 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.87% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DADD is #3B2522. Grayscale: #D3D3D3. Windows color (decimal): -3876131 or 14539460. OLE color: 14539460.

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

Color convert

RGB196218221-
CMYK0.110.0100.13
HSL187.2º26.88%81.76%-
HSV(B)187.2º11.31%86.67%-
XYZ60.8967.178.15-
YUV211.76133.21116.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.87%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=30.87%
G=34.33%
B=34.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962182210.110.0100.13187.226.8881.76
HexC4DADDB10Dbb1b52
Octal30433233513101527333122
Binary110001001101101011011101101110110110111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DADD; }

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

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

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

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

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

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

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

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