#C4DADB

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

Shades of Zumthor #C4DADB

Tints of Zumthor #C4DADB

Color information

#C4DADB (or 0xC4DADB) is unknown color: approx Zumthor. HEX triplet: C4, DA and DB. RGB value is (196,218,219). Sum of RGB (Red+Green+Blue) = 196+218+219=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DADB is #3B2524. Grayscale: #D3D3D3. Windows color (decimal): -3876133 or 14408388. OLE color: 14408388.

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

Color convert

RGB196218219-
CMYK0.110.0000.14
HSL182.61º24.21%81.37%-
HSV(B)182.61º10.5%85.88%-
XYZ60.6266.9976.75-
YUV211.54132.21116.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.96%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=30.96%
G=34.44%
B=34.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962182190.110.0000.14182.6124.2181.37
HexC4DADBB00Eb71851
Octal30433233313001626730121
Binary110001001101101011011011101100111010110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DADB; }

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

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

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

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

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

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

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

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