#C4DAD9

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

Shades of Zumthor #C4DAD9

Tints of Zumthor #C4DAD9

Color information

#C4DAD9 (or 0xC4DAD9) is unknown color: approx Zumthor. HEX triplet: C4, DA and D9. RGB value is (196,218,217). Sum of RGB (Red+Green+Blue) = 196+218+217=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAD9 is #3B2526. Grayscale: #D3D3D3. Windows color (decimal): -3876135 or 14277316. OLE color: 14277316.

HSL color Cylindrical-coordinate representation of color #C4DAD9: hue angle of 177.27º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4DAD9 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB196218217-
CMYK0.1000.000.15
HSL177.27º22.92%81.18%-
HSV(B)177.27º10.09%85.49%-
XYZ60.3666.8975.38-
YUV211.31131.21117.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.06%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=31.06%
G=34.55%
B=34.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962182170.1000.000.15177.2722.9281.18
HexC4DAD9A00Fb11751
Octal30433233112001726127121
Binary110001001101101011011001101000111110110001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DAD9; }

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

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

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

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

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

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

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

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