#C4DBDD

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

Shades of Zumthor #C4DBDD

Tints of Zumthor #C4DBDD

Color information

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

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

Color convert

RGB196219221-
CMYK0.110.0100.13
HSL184.8º26.88%81.76%-
HSV(B)184.8º11.31%86.67%-
XYZ61.1567.6278.24-
YUV212.35132.88116.34-

RGB Variations

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

RGB

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

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
Decimal1962192210.110.0100.13184.826.8881.76
HexC4DBDDB10Db91b52
Octal30433333513101527133122
Binary110001001101101111011101101110110110111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBDD; }

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

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

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

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

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

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

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

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