#C1DBDA

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

Shades of Zumthor #C1DBDA

Tints of Zumthor #C1DBDA

Color information

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

HSL color Cylindrical-coordinate representation of color #C1DBDA: hue angle of 177.69º 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 #C1DBDA is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB193219218-
CMYK0.1200.000.14
HSL177.69º26.53%80.78%-
HSV(B)177.69º11.87%85.88%-
XYZ59.9867.0676.11-
YUV211.11131.89115.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932192180.1200.000.14177.6926.5380.78
HexC1DBDAC00Eb21b51
Octal30133333214001626233121
Binary110000011101101111011010110000111010110010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBDA; }

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

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

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

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

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

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

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

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