#C6DBDA

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

Shades of Zumthor #C6DBDA

Tints of Zumthor #C6DBDA

Color information

#C6DBDA (or 0xC6DBDA) is unknown color: approx Zumthor. HEX triplet: C6, DB and DA. RGB value is (198,219,218). Sum of RGB (Red+Green+Blue) = 198+219+218=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBDA is #392425. Grayscale: #D4D4D4. Windows color (decimal): -3744806 or 14343110. OLE color: 14343110.

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

Color convert

RGB198219218-
CMYK0.1000.000.14
HSL177.14º22.58%81.76%-
HSV(B)177.14º9.59%85.88%-
XYZ61.2867.7376.17-
YUV212.61131.04117.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.18%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=31.18%
G=34.49%
B=34.33%

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
Decimal1982192180.1000.000.14177.1422.5881.76
HexC6DBDAA00Eb11752
Octal30633333212001626127122
Binary110001101101101111011010101000111010110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DBDA; }

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

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

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

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

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

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

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

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