#C3DDDB

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

Shades of Zumthor #C3DDDB

Tints of Zumthor #C3DDDB

Color information

#C3DDDB (or 0xC3DDDB) is unknown color: approx Zumthor. HEX triplet: C3, DD and DB. RGB value is (195,221,219). Sum of RGB (Red+Green+Blue) = 195+221+219=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDDB is #3C2224. Grayscale: #D4D4D4. Windows color (decimal): -3940901 or 14409155. OLE color: 14409155.

HSL color Cylindrical-coordinate representation of color #C3DDDB: hue angle of 175.38º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDDB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB195221219-
CMYK0.1200.010.13
HSL175.38º27.66%81.57%-
HSV(B)175.38º11.76%86.67%-
XYZ61.1568.4377-
YUV213131.39115.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.71%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=30.71%
G=34.80%
B=34.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952212190.1200.010.13175.3827.6681.57
HexC3DDDBC01Daf1c52
Octal30333533314011525734122
Binary110000111101110111011011110001110110101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDDB; }

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

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

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

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

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

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

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

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