#C1DADB

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

Shades of Zumthor #C1DADB

Tints of Zumthor #C1DADB

Color information

#C1DADB (or 0xC1DADB) is unknown color: approx Zumthor. HEX triplet: C1, DA and DB. RGB value is (193,218,219). Sum of RGB (Red+Green+Blue) = 193+218+219=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DADB is #3E2524. Grayscale: #D2D2D2. Windows color (decimal): -4072741 or 14408385. OLE color: 14408385.

HSL color Cylindrical-coordinate representation of color #C1DADB: hue angle of 182.31º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DADB is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193218219-
CMYK0.120.0000.14
HSL182.31º26.53%80.78%-
HSV(B)182.31º11.87%85.88%-
XYZ59.8566.5976.72-
YUV210.64132.72115.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.63%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=30.63%
G=34.60%
B=34.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932182190.120.0000.14182.3126.5380.78
HexC1DADBC00Eb61b51
Octal30133233314001626633121
Binary110000011101101011011011110000111010110110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DADB; }

 p { color: rgb(193,218,219); }

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

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

 a { background-color: rgb(193,218,219); }

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

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

 span { border-color: rgb(193,218,219); }

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