#C5DCDB

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

Shades of Zumthor #C5DCDB

Tints of Zumthor #C5DCDB

Color information

#C5DCDB (or 0xC5DCDB) is unknown color: approx Zumthor. HEX triplet: C5, DC and DB. RGB value is (197,220,219). Sum of RGB (Red+Green+Blue) = 197+220+219=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCDB is #3A2324. Grayscale: #D4D4D4. Windows color (decimal): -3810085 or 14408901. OLE color: 14408901.

HSL color Cylindrical-coordinate representation of color #C5DCDB: hue angle of 177.39º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DCDB is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB197220219-
CMYK0.1000.000.14
HSL177.39º24.73%81.76%-
HSV(B)177.39º10.45%86.27%-
XYZ61.4168.1776.94-
YUV213.01131.38116.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.97%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=30.97%
G=34.59%
B=34.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972202190.1000.000.14177.3924.7381.76
HexC5DCDBA00Eb11952
Octal30533433312001626131122
Binary110001011101110011011011101000111010110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCDB; }

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

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

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

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

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

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

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

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