#C5DDDB

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

Shades of Zumthor #C5DDDB

Tints of Zumthor #C5DDDB

Color information

#C5DDDB (or 0xC5DDDB) is unknown color: approx Zumthor. HEX triplet: C5, DD and DB. RGB value is (197,221,219). Sum of RGB (Red+Green+Blue) = 197+221+219=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDDB is #3A2224. Grayscale: #D5D5D5. Windows color (decimal): -3809829 or 14409157. OLE color: 14409157.

HSL color Cylindrical-coordinate representation of color #C5DDDB: hue angle of 175º degrees, saturation: 0.26, 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 #C5DDDB is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB197221219-
CMYK0.1100.010.13
HSL175º26.09%81.96%-
HSV(B)175º10.86%86.67%-
XYZ61.6768.777.03-
YUV213.6131.05116.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.93%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=30.93%
G=34.69%
B=34.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972212190.1100.010.1317526.0981.96
HexC5DDDBB01Daf1a52
Octal30533533313011525732122
Binary110001011101110111011011101101110110101111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDDB; }

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

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

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

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

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

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

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

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