#C6DBD8

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

Shades of Zumthor #C6DBD8

Tints of Zumthor #C6DBD8

Color information

#C6DBD8 (or 0xC6DBD8) is unknown color: approx Zumthor. HEX triplet: C6, DB and D8. RGB value is (198,219,216). Sum of RGB (Red+Green+Blue) = 198+219+216=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBD8 is #392427. Grayscale: #D4D4D4. Windows color (decimal): -3744808 or 14212038. OLE color: 14212038.

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

Color convert

RGB198219216-
CMYK0.1000.010.14
HSL171.43º22.58%81.76%-
HSV(B)171.43º9.59%85.88%-
XYZ61.0167.6374.8-
YUV212.38130.04117.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.28%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=31.28%
G=34.60%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982192160.1000.010.14171.4322.5881.76
HexC6DBD8A01Eab1752
Octal30633333012011625327122
Binary110001101101101111011000101001111010101011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DBD8; }

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

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

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

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

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

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

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

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