#C4D7DB

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

Shades of Zumthor #C4D7DB

Tints of Zumthor #C4D7DB

Color information

#C4D7DB (or 0xC4D7DB) is unknown color: approx Zumthor. HEX triplet: C4, D7 and DB. RGB value is (196,215,219). Sum of RGB (Red+Green+Blue) = 196+215+219=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7DB is #3B2824. Grayscale: #D1D1D1. Windows color (decimal): -3876901 or 14407620. OLE color: 14407620.

HSL color Cylindrical-coordinate representation of color #C4D7DB: hue angle of 190.43º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D7DB is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196215219-
CMYK0.110.0200.14
HSL190.43º24.21%81.37%-
HSV(B)190.43º10.5%85.88%-
XYZ59.8565.4576.5-
YUV209.78133.21118.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.11%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=31.11%
G=34.13%
B=34.76%

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
Decimal1962152190.110.0200.14190.4324.2181.37
HexC4D7DBB20Ebe1851
Octal30432733313201627630121
Binary1100010011010111110110111011100111010111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D7DB; }

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

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

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

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

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

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

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

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