#C4DADC

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

Shades of Zumthor #C4DADC

Tints of Zumthor #C4DADC

Color information

#C4DADC (or 0xC4DADC) is unknown color: approx Zumthor. HEX triplet: C4, DA and DC. RGB value is (196,218,220). Sum of RGB (Red+Green+Blue) = 196+218+220=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DADC is #3B2523. Grayscale: #D3D3D3. Windows color (decimal): -3876132 or 14473924. OLE color: 14473924.

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

Color convert

RGB196218220-
CMYK0.110.0100.14
HSL185º25.53%81.57%-
HSV(B)185º10.91%86.27%-
XYZ60.7567.0577.45-
YUV211.65132.71116.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.91%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=30.91%
G=34.38%
B=34.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962182200.110.0100.1418525.5381.57
HexC4DADCB10Eb91a52
Octal30433233413101627132122
Binary110001001101101011011100101110111010111001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DADC; }

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

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

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

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

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

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

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

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