#C5DCDE

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

Shades of Zumthor #C5DCDE

Tints of Zumthor #C5DCDE

Color information

#C5DCDE (or 0xC5DCDE) is unknown color: approx Zumthor. HEX triplet: C5, DC and DE. RGB value is (197,220,222). Sum of RGB (Red+Green+Blue) = 197+220+222=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCDE is #3A2321. Grayscale: #D5D5D5. Windows color (decimal): -3810082 or 14605509. OLE color: 14605509.

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

Color convert

RGB197220222-
CMYK0.110.0100.13
HSL184.8º27.47%82.16%-
HSV(B)184.8º11.26%87.06%-
XYZ61.868.3379.04-
YUV213.35132.88116.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.83%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=30.83%
G=34.43%
B=34.74%

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
Decimal1972202220.110.0100.13184.827.4782.16
HexC5DCDEB10Db91b52
Octal30533433613101527133122
Binary110001011101110011011110101110110110111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCDE; }

 p { color: rgb(197,220,222); }

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

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

 a { background-color: rgb(197,220,222); }

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

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

 span { border-color: rgb(197,220,222); }

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